Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-starter

A starter project for a Python Flask server, which can be immediately cloned and deployed. Kudos to @joelburton and @hackbright for providing it.

To Deploy

First, instantiate a virtualenv for this project

$ virtualenv env

Then activate your environment

$ source env/bin/activate

Then install your packages

$ pip install -r requirements.txt

Then start!

$ foreman start

About

A starter project for a Python Flask server, which can be immediately cloned and deployed.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages