Get started quickly with Ditto using the Ditto Quickstart Applications
Following are the minimum requirements that must be met before attempting to install Ditto.
Java Development Kit (JDK) version 17
One of the following platforms and architectures:
git clone https://github.com/getditto/quickstart
cd quickstart
.env.sample
file at the top level of the quickstart
repo to .env
and add your app ID and online playground token.
.env
file with the App ID and Playground Token from your Ditto Application
Open a terminal app and navigate to the quickstart/java-spring
directory.
Run the following command to launch the web app: ./gradlew bootRun
Open http://localhost:8080 in a browser to interact with the app.
All the Ditto Quickstart apps works together! Try running a quickstart app in other languages and see them all collaborate.