npm install
npm run build
npm run start
This will auto-reload both the backend and frontend when changes are made.
npm run dev
- run the server
- open the browser and go to
http://localhost:3042/
- click on
/admin
link - this is the frontend app!
- run the server
- open the browser and go to
http://localhost:3042/
- click on "OpenAPI Documentation" link
- call the
/runtimes
endpoint - call the
/metrics/{id}
endpoint