Node.js REST API with JWT Auth, Rate Limiting, and MongoDB Integration

0

Build a Node.js REST API using [framework] with JWT authentication for [resource_types] endpoints. Implement rate limiting ([requests_per_minute] requests per minute per IP), MongoDB integration with [ODM_library], comprehensive error handling with custom error classes, and input validation using [validation_library]. Include middleware for authentication, CORS configuration, environment variable management, and API documentation. Structure the project with separate routes, controllers, models, and middleware folders.

Created by alekx

Prompt has not been run.