https://github.com/realpython/cookiecutter-flask-skeleton
Real Python Flask Starter Project
https://github.com/realpython/cookiecutter-flask-skeleton
Last synced: 3 months ago
JSON representation
Real Python Flask Starter Project
- Host: GitHub
- URL: https://github.com/realpython/cookiecutter-flask-skeleton
- Owner: realpython
- License: mit
- Created: 2015-01-21T16:28:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T08:47:40.000Z (over 4 years ago)
- Last Synced: 2025-09-03T02:13:02.993Z (3 months ago)
- Language: Python
- Homepage:
- Size: 132 KB
- Stars: 435
- Watchers: 25
- Forks: 138
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project is no longer maintained. You can find the maintained version at [https://github.com/testdrivenio/cookiecutter-flask-skeleton](https://github.com/testdrivenio/cookiecutter-flask-skeleton)
# Flask Skeleton
Flask starter project for [Cookiecutter](https://github.com/audreyr/cookiecutter).
[](https://travis-ci.org/realpython/cookiecutter-flask-skeleton)
## Quick Start
Install Cookiecutter globally:
```sh
$ pip install cookiecutter
```
Generate the boilerplate:
```sh
$ cookiecutter https://github.com/realpython/cookiecutter-flask-skeleton.git
```
Once generated, review the setup guides, within the newly created project directory, to configure the app:
1. [setup-with-docker.md](%7B%7Bcookiecutter.app_slug%7D%7D/setup-with-docker.md)
1. [setup-without-docker.md](%7B%7Bcookiecutter.app_slug%7D%7D/setup-without-docker.md)