A Flask Web App for Creating Blogs
This is a Follow along Project of Flask Tutorial Series by Corey Schafer. The Link for the series is https://youtube.com/playlist?list=PL-osiE80TeTs4UjLw5MM6OjgkjFeUxCYH
1] Create a Virtual Env and install the dependencies using the requirements.txt
2] Configure your credentials in config file. This is an Optional Step. If skipped the app will still run but only the "Reset Password" won't work.
3] Run the app from the virtual env (python run.py)