Skip to content

Blog on flask based on official tutorial with some features

Notifications You must be signed in to change notification settings

Nazarikk/improved-flaskr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

improved-flaskr

Blog on flask based on official tutorial with some features

Installation

This project needs Flask

Linux

pip3 install Flask
export FLASK_APP=flaskr
export FLASK_ENV=development
flask init-db
flask run

Windows

pip3 install Flask
set FLASK_APP=flaskr
set FLASK_ENV=development
flask init-db
flask run

WARNING:Directory with this code should be named flaskr and you shouldn't be in this directory.

TODO

  • Add comments
  • Fix likes

About

Blog on flask based on official tutorial with some features

Resources

Stars

Watchers

Forks

Packages

No packages published