Skip to content

romaingd/flask-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flaskr

The basic blog app built in the Flask tutorial.

Install

Create and activate a virtual environment:

python3 -m venv venv
. venv/bin/activate

Install the Flaskr application:

pip install -e .

Run

Run the run_app.sh script, then open http://127.0.0.1:5000/ in a browser.

About

Tutorial setting up a functional Flask application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published