Restful API with flask framework and mongodb, use pymongo. Simple login system with fields name , email, password.
Fork the repo so that you make changes on your own repository. Afterwards, make a pull request.
You need to have flask installed in your local machine:
$ pip install flask
Then install pymongo:
$ pip install pymongo
Set up the environment.
Windows: FlaskEnv\Scripts\activate
Linux: FlaskEnv\bin\activate
Install all the requirements
$ pip install -r requirements.txt
Run python run.py
for a dev server. Navigate to http://localhost:5000/
. The app will automatically reload if you change any of the python source files.
Create your branch from the develop branch
Take note not to do this from the master branch