A web-application BlogPost developed using Python's Flask framework. the BlogPost allows users to create an account, view other's blogs, post, update and delete their own blogs!
The web-application uses SQLite to store users' login information and details of the blog posts.
Run the following commands after entering the project directory:
export FLASK_APP=run.py
flask run