Skip to content

naveedharis/flaskr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flaskr

The basic blog app built in the Flask tutorial

Install

Create a virtualenv and activate it

python3 -m venv .venv
source .venv/bin/activate

Install Flaskr

pip install -e .

Run

export FLASK_APP=flaskr
export FLASK_ENV=development
flask init-db
flask run

Open http://127.0.0.1:5000 in a browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors