Skip to content

jmccutchan/simple_flask_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To setup the simple flask app, do the following steps

mkdir flask_app cd into flask_app type 'virtualenv venv' on the command line to create a python virtualenv

tyep 'source venv/bin/activate'

pip install Flask

after creating app type 'python routes.py' to get app running on default port 5000# simple_flask_app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published