An open API service indexing awesome lists of open source software.

https://github.com/a-poor/cookiecutter-flask

A cookiecutter template for a python Flask app
https://github.com/a-poor/cookiecutter-flask

cookiecutter flask python

Last synced: 2 months ago
JSON representation

A cookiecutter template for a python Flask app

Awesome Lists containing this project

README

          

# cookiecutter-flask

_created by Austin Poor_

A basic [Flask](https://flask.palletsprojects.com/) app template that can be used with [Cookiecutter](https://cookiecutter.readthedocs.io/).

Once cookiecutter is installed, this template can be cloned with the command:
```bash
$ cookiecutter gh:a-poor/cookiecutter-flask
```