Skip to content

m-nikhil/Sharity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer Guide

  • 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

Installation Guide

Setup:

  • go to applicationDir
  • pip install pipenv
  • pipenv install

To run:

  • go to applicationDir
  • pipenv shell
  • flask run

Swagger

  • hit endpoint /ui

Database

  • index email of user collection
  • index name,email of Ngo collection
  • no index in Ngo collection

To do sharity

  • ngo approval
  • search feature on geolocation (p2) [frontend ?]
  • hash password (prod)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages