Blog on flask based on official tutorial with some features
This project needs Flask
pip3 install Flask
export FLASK_APP=flaskr
export FLASK_ENV=development
flask init-db
flask run
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.
- Add comments
- Fix likes