npm install && cp .env.sample .env
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 (
http://localhost:3042/documentation/json
) - call the
/api/runtimes
endpoint - call the
/api/runtimes/{id}/metrics
endpoint