Flask Blog Application
A responsive blog application built with > HTML, CSS, and JavaScript as the frontend and Flask, SQLAlchemy, and SQLite as the backend.
Flask Blog Application
This project is a simple yet powerful blog application built with Flask, SQLAlchemy, and other modern web technologies. It allows users to register, log in, create posts, and comment on posts. Admin users have the ability to edit and delete posts.

Flask blog application interface.
Features
- User Registration and Authentication: Secure user registration and login functionality.
- Blog Post Management: Create, edit, and delete blog posts with ease.
- Comment System: Add and display comments on blog posts.
- Admin Privileges: Admins have exclusive rights to edit and delete posts.
- Gravatar Integration: User avatars are displayed using Gravatar.
- Rich Text Editing: CKEditor integration for enhanced text formatting.