The website is a basic blog application where users may authenticate, log in, and post content. Other users can then like and comment on the article, or the user can delete the post and comments. (this application is still on going project to extend my knowledge)
Using Python with Flask Framework, HTML, CSS, Bootstrap, Fontawesome, Database.
python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
python app.py
Go to http://127.0.0.1:5000