Skip to content

PatrickLaabs/eros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eros

requirements

  • Docker
  • KinD
  • Just

Get started

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.

Documentation

Backend API

I am using the Swagger Tooling to generate the needed API documentations. You can access the documentation with:

http://localhost:3000/swagger/index.html

Star History

Star History Chart