flask-rest-example

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

Stars
28

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