Skip to content

ashimali/flask-cookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-cookiecutter

A template for flask applications using cookiecutter

Prerequisites

  1. python 3

How to use it

Install cookiecutter (using pipx would be a fabulous idea)

pipx install cookiecutter

Run:

cookiecutter https://github.com/ashimali/flask-cookiecutter.git

You will be prompted to answer some basic questions about your application, including the name. The cookiecutter will create a directory for your app (named after the name you answered.)

What happens next

cd into the newly create directory for the application.

Create a virtualenv and activate it, then:

make init

Run the app

flask run

and have a look at http://localhost:5050

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published