/Blog-PyFlaskWebApp

BlogWebApp is a Python Flask blog application where users may authenticate, sign-in, log-in, log-out and post content. Other users can like or comment on the article, or the user can delete the posts and comments.

Primary LanguagePython

Screenshot 2024-08-25 at 05 30 31

Screenshot 2024-08-25 at 05 30 49

Screenshot 2024-08-25 at 05 33 14

Screenshot 2024-08-25 at 05 32 39

Screenshot 2024-08-25 at 05 33 52

Blog-PyFlaskWebApp

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)

Keywords

Using Python with Flask Framework, HTML, CSS, Bootstrap, Fontawesome, Database.

Development

Create venv

python -m venv .venv

Activate venv

. .venv/bin/activate

Install requirements

pip install -r requirements.txt

Running The App

python app.py

Viewing The App

Go to http://127.0.0.1:5000