Backend
REST API Service
A production-ready REST API service with structured routes, Mongoose models, JWT authentication, rate limiting, and clear error handling — built to power React frontends and third-party integrations.
Features
- JWT auth and role-based route protection
- Mongoose schemas with validation hooks
- Pagination, filtering, and consistent API responses
- Rate limiting and request logging middleware
- Health check endpoints for monitoring
Highlights
- Clean folder structure for routes, controllers, and models
- Environment-based config for dev and production