Skip to content

kingnanaprempeh/flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask

Learning flask from CS50's Web Programming With Python and Javascript install flask with the following instruction $ mkdir myproject $ cd myproject $ python3 -m venv venv $ . venv/bin/activate $ pip install Flask

run flask with $ FLASK_DEBUG=1 flask run

About

Learning flask from CS50's Web Programming With Python and Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages