/cookiecutter-flask-skeleton

Real Python Flask Starter Project

Primary LanguagePythonMIT LicenseMIT

This project is no longer maintained. You can find the maintained version at https://github.com/testdrivenio/cookiecutter-flask-skeleton

Flask Skeleton

Flask starter project for Cookiecutter.

Build Status

Quick Start

Install Cookiecutter globally:

$ pip install cookiecutter

Generate the boilerplate:

$ 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
  2. setup-without-docker.md