The application for managing workshops of JavaZone. Includes registration, cancellation and all of the good stuff :):)
JDK 21 Docker (or other container runtime)
To start the application:
- Run docker-compose.yml
docker-compose up
in repository root - Go to the backend folder and
gradle app:run
or run it through your favorite editor by startingbackend/App.kt
TBD
- Finish workshop endpoint
- Add and finish user endpoint
- Add and Finish registration endpoint
- Add and Finish cancellation endpoint
- Finish workshop wizard