Skip to content

This is a boilerplate project for CRUD and authentication in Python Flask with MongoDB (mongoengine)

License

Notifications You must be signed in to change notification settings

FaizanZaheerGit/Flask-Mongoengine-Boilerplate

Repository files navigation

Flask-Mongoengine-Boilerplate

This is a boilerplate project for CRUD and authentication in Python Flask with MongoDB (mongoengine)

This is an example project, which is built in python flask, while using MongoDB as the database, with Mongoengine ORM.

This contatins a sample user model, APIs for logging in and out, and creating, reading, updating and deleting a user. This is a sample project, made for learning Flask and understanding API Development.

For running this project:

  1. setup .env with variables as given in .env.example.txt
  2. activate virtual environment (venv\Scripts\activate)
  3. run pip install -r requirements.txt
  4. run python app.py

About

This is a boilerplate project for CRUD and authentication in Python Flask with MongoDB (mongoengine)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published