This project provides Micronaut-based implementations of the microservices needed for the Playground of the Eclipse Epsilon project.
This project publishes Docker images to the Github Container Registry from its main
branch.
To try the Playground on your own computer (with Docker installed), you can run:
docker run --rm -p 8080:8080 ghcr.io/epsilonlabs/playground-backend:standalone-server
The available endpoints are described here:
There are three different distributions for the core microservices:
There is a standalone implementation of the ShortURL API:
The CONTRIBUTING.md
document has instructions on how to build the project and contribute to it.