A web application helping to announce and share events in public.
First make sure that Java and Gradle is installed. Start the application with:
cd backend
gradle bootRun
You should now be able to access the application with a browser under http://localhost:8080
To stop the application/server use Ctrl+C
.