Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/faizanzaheergit/flask-mongoengine-boilerplate

This is a boilerplate project for CRUD and authentication in Python Flask with MongoDB (mongoengine)
https://github.com/faizanzaheergit/flask-mongoengine-boilerplate

api boilerplate flask flask-application mongodb mongoengine python python-flask python-mongodb restful-api

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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