- Database used: mongoDB
- mark todo things as 'TO-DO' (as is). Maintain same facilitates search.
- preferred mongoUI : mongoDB compass
- Mongo docker: docker run -d -p 27017:27017 mongo
- go to applicationDir
- pip install pipenv
- pipenv install
- go to applicationDir
- pipenv shell
- flask run
- hit endpoint /ui
- index email of user collection
- index name,email of Ngo collection
- no index in Ngo collection
- ngo approval
- search feature on geolocation (p2) [frontend ?]
- hash password (prod)