A FlaskRESTful template using cookiecutter to quickly create RESTful web API service.
To use this template, you need to have cookiecutter installed
$ pip install cookiecutter
$ cookiecutter https://github.com/sendgridlabs/cookiecutter-flaskrestful.git
Once generated, you can start service with
$ python app.py
MIT license included