This Micronaut application project provides a plain distribution of the core services, with nothing else added.
This is meant to be used from a separately deployed frontend (e.g. via a content distribution network).
These are the same as in the core project.
To run the Education Platform tool server locally, run:
../gradlew run
If you have Java installed, you can run the tool server from its uber-JAR. For instance, if you built it yourself:
java -jar build/libs/backend-server-0.1-SNAPSHOT-all.jar
You can download the latest -all.jar
directly from Github Packages.
To run the tool service image, run:
docker run --rm -p 8080:8080 ghcr.io/epsilonlabs/playground-backend/backend-server
The endpoints will be available from:
Besides the latest
tag, other tags are supported.
See the full list.