- 🌐
frontend- Next.js frontend application - 💻
backend- Java Spring boot backend application
Both backend and frontend services are containerized using Docker. To build all necessary images run:
$ docker compose buildRunning the application:
$ docker compose upOnce started the application will be available at the URL http://localhost:5560.
Restarting backend with newly built image:
$ docker compose up -d --build sem2-backend