Skip to content

msentwickler/java-backend-dev

 
 

Repository files navigation

Cryptic Java Backend

Build Releases

This is the Java Backend of the Cryptic project.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Installing

A step by step series of examples that tell you how to get a development env running

git clone https://github.com/cryptic-game/java-backend-dev.git

Then you can open it with you IDE.

Running

To test the things you have changed you have to execute the Gradle Task 'run'.

Server:

./gradlew :server:run

Java-Daemon:

./gradlew :java-daemon:run

Deployment

See Cryptic backend deployment. (TODO Link)

Used Tools

Authors

The Cryptic Java Team

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.1%
  • HTML 1.6%
  • Kotlin 1.1%
  • Other 0.2%