CMarvel is a ready to use node.js web server built using restify library. It contains all the basic functionalities that are needed in a web server project like Logging, Dependency Injection, Authentication etc. The motivation behind this project is to have a ready to use solution whenever a web-server is needed for a project, so that the focus is just on the business idea, rather than technical implementation.
- Easily define endpoints
- Configuration-loader & logging module included
- API Authentication
- Dependency Injection
- Supports MySQL DB integration
- node.js >= 10.0.0
- npm >= 5.6.0
Development Environment
npm run dev
Production Environment
npm run server
CMarvel is MIT licensed