Skip to content

brianchoate/cookiecutter-flaskrestful

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cookiecutter-flaskrestful

A FlaskRESTful template using cookiecutter to quickly create RESTful web API service.

Using this template

To use this template, you need to have cookiecutter installed

$ pip install cookiecutter
$ cookiecutter https://github.com/sendgridlabs/cookiecutter-flaskrestful.git

Start the service

Once generated, you can start service with

$ python app.py

License

MIT license included

About

Python Flask-RESTful template for cookiecutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.1%
  • Makefile 41.9%