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 startingno.javabin/App.kt
- Finish workshop endpoint
- Add and finish user endpoint
- Add and finish login endpoint
- Add and Finish registration endpoint
- Do registration in separate process
- Finish workshop wizard