This is a simple CRA-bootstrapped application that makes API calls to perform healthcheck.
- run
npm install && npm start
- modify
api-list.json
to include resources to perform healthcheck against.
- Even if there's a add API functionality, it will not be easily persistable since this is a client side application.