Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 652 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 652 Bytes

Workshop Wizard - Backend

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

Prerequisites

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 no.javabin/App.kt

TODO

  • 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