Skip to content

Example of how to set up a flask rest api + blueprint + sqlalchemy + marshmallow + unit tests + wsgi

Notifications You must be signed in to change notification settings

viniciuschiele/flask-rest-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-rest-example

Example of how to set up a flask rest api + blueprint + sqlalchemy + marshmallow + unit tests + wsgi

Features

  • Flask REST API
  • Integration with Flask-IO to parse parameters from request and serialize object into response.
  • Splitted up by modules/blueprint
  • Configuration per environment
  • Integration with SQL Alchemy
  • Unit tests per module/blueprint
  • wsgi ready to go for testing and production environments

Running on development machine

python manage.py runserver

About

Example of how to set up a flask rest api + blueprint + sqlalchemy + marshmallow + unit tests + wsgi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages