You need a JDK, Gradle and yarn for this project.
Download the external dependencies with
yarn install
As a requirement a Redis-Database is necessary. Start one with
docker run -p 6379:6379 redis:alpine
Then start the application:
gradle bootRun
Start the application, add a short link. Then you can access it via http://localhost:8080/<your-short-link>;
-
Write in English language
-
Add Issues and assign yourself to the issue when you want wo work on it
-
Create Pull Requests
-
Read the Code of Conduct