Arjuna is a place or playground for me to write my state-of-the-art code. I use monorepo purely because I want to implement microservices without managing multiple repositories.
The API can be seen in proto files (*.proto
) in each service api directory. It is always located in service/<service-name>/api/
directory.
The API can be seen via web using Stoplight Elements.
There are two ways to see the API documentation.
- Run the whole project and visit http://localhost:4000.
- Copy-paste arjuna.swagger.json to https://editor.swagger.io
Read How to Run.
Read Observability.
Read Code Map