Originally this starter kit was intended for building a monolith node.js apps. It is a bare bone starting point, with separated backend APIs and a rich web user interface. Now in my workplace backend API portion is intensively used for building Microservices.
An easy to understand Microservice, documentation capability included.
- Bare bone JavaScript project structure
- Linting based on AirBnB rules
- Routes nicely structured as controllers
- Views
- Integrated Swagger API
- Secured access to Swagger API
- Basic tests script
- NPM scripts to get started
MIT