Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 706 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 706 Bytes

Cookiecutter Flask API Starter

This is a minimal Flask project for bootstraping APIs. It makes of Flask-Restx 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/josedanielr/cookiecutter-flask-restx

Edit the config.py file to adjust database credentials (if needed).

cd yourapplication/
pytest tests