Blog RESTful API built with Node.js, Express, and MongoDB.
This project implements authentication, role-based access, image uploads, and CRUD operations for users & posts.
Features
User Authentication (Register / Login with JWT)
Role-based Authorization (Admin, User)
CRUD operations for Posts & Users
Image Upload (Multer + ImageKit)
Input Validation (Joi)
Error Handling & Rate Limiting