This is an implementation of Corey Schafer Flask Blog Youtube playlist
- clone this repository into your local machine
- move into this folder and open command prompt
- Now on command prompt
a.export FLASK_APP=run.py ( for mac )
a.set FLASK_APP=run.py (for windows )
b. flask run - check runnning app on http://127.0.0.1:5000/