Quick and simple Express & TS Api Bootstrap to get up and running. This is set up in a fashion that is simple and with the things I like.
Things Included:
- Inversify
- Inversify-Express-Utils
- Jest
- Supertest
To start the API
npm run start
This will watch the files within src and restart the server when it sees changes.
Running Unit Tests
npm run test
Lint
npm run lint
Add app loggerAdd in github and code merge gate checks.Switched from master to mainlineUse NullableLogger within HealthCheckControllerCode coverage- Log all requests
- Log all responses
- Log with optional context data
- Error Handler middleware
- config Service/manager