Skip to content

sourcecodemage/flask_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python_flask_from_scratch

My implementation of Corey Schafer's Python flask based blog application.

Set up the project

git clone cd root directory python -m venv venv source venv/bin/activate pip install --upgrade pip pip install -r requirements.txt

Running the Project

cd project root folder source venv/bin/activate python run.py

Useful Links

About

My implementation of Corey Schafer's Python flask from scratch project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published