Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.39 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.39 KB

Epsilon Playground backend

This project provides Micronaut-based implementations of the microservices needed for the Playground of the Eclipse Epsilon project.

Running the Playground locally

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

Using and administering the Playground

The available endpoints are described here:

There are three different distributions for the core microservices:

There is a standalone implementation of the ShortURL API:

Building the project and contributing to it

The CONTRIBUTING.md document has instructions on how to build the project and contribute to it.