Skip to content

has-to-be/cookiecutter-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flask Cookiecutter

A Cookiecutter template for Flask projects.

Prerequisites

Naturally, you need Cookiecutter on your system first. Installation is straightforward via pip:

$ pip3 install --user cookiecutter

Additionally, you will need Docker in order to run the Flask project.

Quickstart

Starting a new Flask project with this Cookiecutter is dead simple:

$ cookiecutter https://github.com/has-to-be/cookiecutter-flask.git

You will be prompted for a project name and a project slug, the latter of which must be a valid Python identifier that does not start with an underscore character. You will also be asked for an optional project description as well as author information.

Once all steps are done, you will end up with a new directory named after the project slug. Change into that directory and launch the service with the built-in Flask development server:

$ docker-compose up -d

That’s it!

About

A Cookiecutter template for Flask projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •