There should be an endpoint to make sure our API is always healthy. https://medium.com/@masnun/node-js-getting-current-git-commit-information-on-an-app-753a1835c57c https://futurestud.io/tutorials/detect-the-node-js-version-in-a-running-process-or-app **Acceptance Criteria** - [ ] create a /healthCheck endpoint in the api. - [ ] on success /healthCheck should return the version of the app and the commit hash
There should be an endpoint to make sure our API is always healthy.
https://medium.com/@masnun/node-js-getting-current-git-commit-information-on-an-app-753a1835c57c
https://futurestud.io/tutorials/detect-the-node-js-version-in-a-running-process-or-app
Acceptance Criteria