Skip to content

Build a To-Do-List application using flask / bootstrap / vue

Notifications You must be signed in to change notification settings

pep-dortmund/web-hackathon-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackathon tutorial

What really happenend

Install software:

$ pip install pipenv

In the root of this project, do

$ pipenv install
$ pipenv shell
(venv) $ gunicorn -k eventlet -b 0.0.0.0:5000 todo:app