Exercise 2: Health and Metric endpoints
With this exercise you will have the opportunity to extend a NodeJS/Express application with either the /healthz or /status and /metrics endpoints.
- Clone the NodeJS/Express application exercise repository.
- Install the necessary dependancies.
- Run the application.
- The application should be running on port 8080.
- Check the
README.mdfile for the exercise outpout.