Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 814 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 814 Bytes

CRUD_api_flask_mongo

How to run the application

  • install all the dependencies
  • pip install flask
  • pip install flask_pymongo
  • pip install bcrypt// for hasing password

#Create database named "Users" collection name "user"