Social Blog (Flask Web Application)
Developed a full-featured social blog web application using the Flask framework in Python. The application allows users to register, log in, create, read, update, and delete blog posts. It also supports commenting on posts, user avatars with Gravatar, and implements an admin-only area for post management. The project utilizes Flask-SQLAlchemy for database interactions, Flask-WTF for form handling, Flask-CKEditor for a rich text editor, and Flask-Bootstrap for styling.
View Project