Flask starter project for Cookiecutter.
This project is used to generate a basic Flask project with Cookiecutter. It's designed for a web application that uses server-side templating to render Jinja templates on the front-end.
Flask Extensions:
- Flask-Bcrypt
- Flask-Bootstrap
- Flask-DebugToolbar
- Flask-Login
- Flask-Migrate
- Flask-SQLAlchemy
- Flask-Testing
- Flask-WTF
Install Cookiecutter globally:
$ pip install cookiecutter
Generate the boilerplate:
$ cookiecutter https://github.com/testdrivenio/cookiecutter-flask-skeleton.git
Once generated, review the setup guides, within the newly created project directory, to configure the app: