Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 595 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 595 Bytes

Seminar 2

Directory structure

  • 🌐 frontend - Next.js frontend application
  • 💻 backend - Java Spring boot backend application

Installation and running

Build

Both backend and frontend services are containerized using Docker. To build all necessary images run:

$ docker compose build

Run

Running the application:

$ docker compose up

Once started the application will be available at the URL http://localhost:5560.

Development

Restarting backend with newly built image:

$ docker compose up -d --build sem2-backend