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

javaBin/workshop-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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