This is a minimal Flask project for bootstraping APIs. It makes of Flask-Restplus and Flask-Sqlalchemy to set up a production ready API. Gevent has also been added to handle IO based operations.
Install cookiecutter:
pip install --user cookiecutter
Create your application from this template:
cookiecutter https://github.com/mobidevke/cookiecutter-flask-api-starter
Edit the config.py
file to adjust database credentials (if needed).
cd yourapplication/
pytest tests