Skip to main content

Getting started

So You Want An API?

Please make sure JDK 17, Maven, and Docker Engine have been installed 🤗

The easiest way to start with Aristotle is using its Docker:

git clone git@github.com:paion-data/aristotle.git
cd aristotle
mvn clean package
docker compose up --build --force-recreate

We can then access the API documentation at http://localhost:8080/doc.html on our local server.