Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realpython/cookiecutter-flask-skeleton
Real Python Flask Starter Project
https://github.com/realpython/cookiecutter-flask-skeleton
Last synced: 1 day 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 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T08:47:40.000Z (over 3 years ago)
- Last Synced: 2024-08-06T00:17:30.218Z (5 months ago)
- Language: Python
- Homepage:
- Size: 132 KB
- Stars: 434
- Watchers: 26
- Forks: 136
- 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).
[![Build Status](https://travis-ci.org/realpython/cookiecutter-flask-skeleton.svg?branch=master)](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)