Welcome to Blog project! π
This repository contains the codebase for a dynamic blogging website where users can create, edit, and view posts.
- β¨ Create, Edit, and Delete blog posts
- π§© Responsive design (works on mobile and desktop)
- π Frontend with HTML, CSS, and JavaScript
- π οΈ Backend powered by Node.js and Express (or specify your backend)
- ποΈ Database support (MongoDB / MySQL / your choice)
To run this project locally:
- Clone the repository
git clone https://github.com/Bhishamt/blog.git cd blog
npm install npm start Open your browser and navigate to http://localhost:3000
blog/ βββ public/ β βββ css/ β βββ js/ β βββ images/ βββ views/ β βββ (HTML or EJS files) βββ routes/ βββ models/ βββ app.js (or server.js) βββ README.md