realpython / cookiecutter-flask-skeleton

Real Python Flask Starter Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Real Python Flask Starter Project

License:MIT License


Languages

Language:Python 68.0%Language:HTML 27.6%Language:Dockerfile 2.2%Language:Shell 1.6%Language:JavaScript 0.4%Language:CSS 0.2%