A simple blogging platform built using Node.js, Express, MongoDB, EJS, and Bootstrap.
- Create and manage blog posts
- Upload images for blog content
- User authentication: sign up, sign in, sign out
- Passwords hashed securely with Node’s crypto module
- Clean, responsive UI styled with Bootstrap
- Node.js
- Express
- MongoDB + Mongoose
- EJS (server-side templating)
- Bootstrap (UI styling)
- Multer (file uploads)
- Crypto module for password hashing
- Cookie-based stateful authentication
git clone https://github.com/VedantGitthub/Blogify.git
cd Blogify
npm install
npm start