Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 630 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 630 Bytes

workshop-wizard

The application for managing workshops of JavaZone. Includes registration, cancellation and all of the good stuff :):)

Prerequisites

Backend

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 starting backend/App.kt

Frontend

TBD

TODO

  • Finish workshop endpoint
  • Add and finish user endpoint
  • Add and Finish registration endpoint
  • Add and Finish cancellation endpoint
  • Finish workshop wizard