Study of Flask as Backend (Rest API) using Mongo as Database System. For serializing data it will be used Flask-Marshmallow and MongoEngine as DRM.
You'll need to install local Mongo Database or connect to one in order to be able to run this example. For instructions access: https://docs.mongodb.com/manual/installation/
First, as always initialize your virtualenv.
venv -p python3 myenv
source bin activate myenv
pip install -r requirements.txt
python app.py
- Flask-MongoEngine - Mongo DRM
- Flask-RESTful - RestApi
- Flask-Marshmallow - Schemas
- Flask - Backend
- Pedro Gabriel - Initial work - pedroglp
This project is licensed under the MIT License - see the LICENSE.md file for details
- This project is just a study to get used with Flask as Backend and Mongo as Database.
- This projets now aims to build a standard project structure for future projects.