Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 881 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 881 Bytes

Build Status

Cookiecutter Flask API Starter

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.

Usage

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