Skip to content

Study of Flask as Backend (Rest API) using Mongo as Database System.

Notifications You must be signed in to change notification settings

Pedroglp/flask-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-backend

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.

Prerequisites

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/

Installing

First, as always initialize your virtualenv.

venv -p python3 myenv
source bin activate myenv
pip install -r requirements.txt

Deployment

python app.py

Built With

Authors

  • Pedro Gabriel - Initial work - pedroglp

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • 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.

About

Study of Flask as Backend (Rest API) using Mongo as Database System.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages