This app relies on this repo being started: https://github.com/fraserc12/livi-api-demo/
Please run npm install
and then npm start
\
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
This app will fetch the backend application at: http://localhost:3000/external/all
every 10 seconds. via the useEffect
React hook using setInterval
Displaying health data for the various applications we have stored in the backend database.
Please use Swagger for the backend to create services.