Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 1013 Bytes

File metadata and controls

48 lines (42 loc) · 1013 Bytes

This is a react native project created with expo and python flask on backend

  1. npm install
  2. Change ip address in components/meta.js file
  3. expo start
  4. cd PythonWebAPI
  5. virtualenv myEnv
  6. source ./myEnv/bin/activate
  7. pip install -r requirement.txt
  8. import database from PythonWebAPI/python_api_db.sql file
  9. Create key.py file and set CLIENT_ID from google console
  10. ./run_py_server.sh

ScreenShots

Notes

  1. Password is stored as plain text for testing only
  2. For development Phone and Laptop must be in same network
  3. JWT might not be stored in db