📝 Blog Webpage
A full-featured blogging platform built with Flask and Jinja templating, featuring secure user authentication, hashing and salting of passwords, and full CRUD functionality for blog posts using SQLAlchemy ORM.
🔧 Tech Stack
Backend: Flask (Python) Frontend: HTML, CSS, Bootstrap Templating: Jinja2 Database: SQLAlchemy ORM Authentication: Secure login system with hashing and salting
🖥️ Features
User registration and login with password hashing & salting Blog dashboard where users can: Publish, edit, and delete their blog posts SQLAlchemy-powered database models for users and posts Clean, responsive UI built with Bootstrap Jinja2 templating for dynamic page rendering