Skip to content

Latest commit

History

History
20 lines (13 loc) 路 897 Bytes

File metadata and controls

20 lines (13 loc) 路 897 Bytes

Ditto Java Server Quickstart App 馃殌

Prerequisites

For more information, see - Java Install Guide

Getting Started

  1. Create an application at https://portal.ditto.live/. Make note of the Database ID and development token.
  2. Copy the .env.sample file at the top level of the quickstart repo to .env and add your Database ID and development token.
  3. Synchronize your project with the Gradle file by clicking Build > Sync Project with Gradle Files.
  4. Open a terminal and run the following command to launch the app:
    • ./gradlew bootRun
  5. Open http://localhost:8080 in a browser to interact with the app.

Additional Resources