Express and Node.js minimal REST API boilerplate with common middleware
A minimal starter for building REST APIs with Express on Node.js. Includes common middleware and developer tooling such as request rate limiting, response compression, request logging with log rotation, and an ESLint configuration. Suited for simple REST services, prototypes, or as a foundation for small web-app backends.
0