A cookiecutter template for a basic web application using Flask + Zappa.
Just run these commands:
$ pip install cookiecutter
$ cookiecutter https://github.com/dtnewman/zappa_boilerplate_cookiecutter.git
You will be asked for basic info (name, project name, app name, etc.) that will be used in your new project.
This repo borrows heavily from the cookiecutter-flask repo. And of course, it was inspired by the Zappa project.
0.0.0 (2017-08-03)
- First iteration
- Basic application with User model and registration