node-express-template.ts icon indicating copy to clipboard operation
node-express-template.ts copied to clipboard

NET.ts - node express template built on TypeScript that follows the top-ranked practices from the https://github.com/goldbergyoni/nodebestpractices :zap:

Results 4 node-express-template.ts issues
Sort by recently updated
recently updated
newest added

The first log message should start with the request identifier, such as: web_1 | 2022-08-25 07:07:11 START **RequestId: c4d71434-41cc-4295-b4a9-7ee68afe0541** The rest of the log messages should also contains ID, example...

enhancement

We want to keep the production image size as low as possible so all unnecessary files should be removed from the image.

enhancement

There are no tests for mTLS middleware yet.

enhancement

If you encounter the error below after executing `docker-compose up`: ``` web_1 | sh: /app/scripts/docker/local-run.sh: not found ``` Please resolve it by running `docker-compose build`. Reason: The `command` from docker-compose.yaml...