Skip to content

mobidevke/cookiecutter-flask-api-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Cookiecutter starter for flask APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published