A blogging platform built with Node.js, Express, MongoDB, and Pug.
- User authentication
- Blog creation, editing, and deletion
- Image upload and processing
- Responsive UI with Pug templates
- Clone the repository
- Install dependencies
- Set up your environment variables in
config.env - Build frontend assets:
npm run build:js
- Start the server:
npm start
- Ready for deployment on Render, Railway, or Vercel (with minor config changes).
MIT
