Skip to content

This is a DataManagement mobile app. You can inspect 3 data management aproach with this application. Build with React Native

License

Notifications You must be signed in to change notification settings

fehmisener/Data-Management-MobileApp

Repository files navigation

Data-Management-MobileApp

This is a DataManagement mobile app. You can inspect 3 data management aproach with this application.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. If you want to make a change, please use the develop branch and open a pull request.

Prerequisites

The things you will need in order to use the app and how to install them.

How to use

First you need to download project.

git clone https://github.com/fehmiisener/Data-Management-MobileApp

After you build you can install dependencies.

cd Data-Management-MobileApp
npm install

Now you can start app

npx react-native run-android  # you can also use: npm start

When the application first starts, it checks whether there is an existing database. You can see this control in the "HomeScreen.js" file. Then you can switch to different pages according to the operation you want to do. You can examine all the codes of the application from the "App.js" file and the files under the "pages" folder.

Built with

  • React Native - The programming language used
  • SQLite - RDMBS Database
  • PouchDB - NoSql Database
  • No external libraries were used in this project

Authors

Resources Used

About

This is a DataManagement mobile app. You can inspect 3 data management aproach with this application. Build with React Native

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published