- Docker
- KinD
- Just
Start the API Backend:
eros server start
Start the Frontend Server:
eros frontend start
You can now either open up the frontend application via http://localhost:8080
or do direct queries against the api, like curl localhost:3000/kubernetes/local/create
.
I am using the Swagger Tooling to generate the needed API documentations. You can access the documentation with:
http://localhost:3000/swagger/index.html