Pre-requisites: React native, Python (2.7.xx), Android SDK
Installation instructions:
- In MobileApp folder, run "npm install" in shell
- Run "pip install -r requirements.txt" in shell to resolve python dependencies
Running instructions:
- To build Android App, go to MobileApp folder and run 'react-native run-android'. An android device must be connected to your machine and it must have USB debugging enabled
- To run server, run 'python manage.py runserver IP:PORT' in shell