A blog web app made in Flask.
Use the reqirements.txt file to install all dependencies using pip, set all Envirnment varbiables required, mentioned in the 'env_to_be_set.txt' file. start the app using 'flask run'
Follwed the 'Flask Mega tutorial' which you can find here, And made some changes of my own.