Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)