This service runs on Node.js, a JavaScript runtime built on Chrome's V8 JavaScript engine.
This service uses express.js, a fast, unopinionated, minimalist web framework for Node.js.
- node.js 14.2
- express.js 4.17.1
Run
make helpfor more details about available make commands
Generate TLS certificates and build the server image
make initCreate a container from the previously built image and run it in the background
make up-bgGet status information from the running container
make statusWhen done, stop and remove the container
make nuke