Skip to content

dipakyadav/datascape-avatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

View online at model.earth/crowdsource/

Latest setup notes reside at github.com/modelearth/crowdsource

Old Setup Notes

  1. Install Python3.7.
  2. From root directory run below commands.
python3 -m venv env
pip install -r requirements.txt
  1. Update client_id and client_secrete from google app in app.py.
  2. Run/Server python app.
cd app
python3 app.py

TODO:

  • Login/Logout with google.
  • Store login details in sqlitedb, To be changed later
  • Firebase implementation : TBD
  • Show/Hide edit menu on Login/Logout
  • Edit form