This program shows how to set up a flaskrestapi with postgre db, blueprint, sqlalchemy, marshmallow, wsgi, unittests
$ git clone https://github.com/bisratyalew/flask-rest-api.git
$ cd flask-rest-api
$ mkvirtualenv flask-rest-api
$ pip install -r requirements.txt
python manage.py runserver
- Rest Api Flask App
- Serialize object into response
- Integration with Flask-IO to parse parameters from request
- Configuration per environment
- Integration with SQL Alchemy
- Uses Postgres DB
- Unit tests per module