Skip to content

EngineeringEducation/flask-starter

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

0 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors