Skip to content

josedanielr/cookiecutter-flask-restx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Cookiecutter starter for flask APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Shell 1.0%