Features
- Uses TypeScript
- Express.js as a micro-framework to handle requests and responses
- Nodemon for hot-reloading
- Docker
$ docker compose up -d
$ docker compose node bash
$ npm install
$ npm run devThe service should be reachable under http://localhost:3000.