This project consists of a Kotlin/Spring backend and a Svelte/Vite frontend.
The backend is located under ./backend, the frontend under ./frontend.
Clone the repository with submodules via
git clone --recurse-submodules https://github.com/shiMusa/Intersection.gitMake sure you have Docker installed.
Then run the full stack via
docker compose up --buildYou will find the application under http://localhost:8080 .