Projekt z przedmiotu: Techniki komponentowe
Autorzy: Ludwik Ciechański, Bartłomiej Stępień, Michał Śledź
For generating system scheme, see C4-PlantUML.
- Asure that port
270171is free (turn off existing MongoDB if needed) - In
backendcatalog:- package .jar file:
mvn clean package - make sure that .jar name is the same as in
docker-compose.yml - check
spring.data.mongodb.hostvalue inapplication.properties
- package .jar file:
- In
web-appcatalog:- build app:
npm install && npm run build - make sure that created folder name is the same as in
docker-compose.yml
- build app:
- In
/project root:- run all containers:
docker-compose up(add-dto start them in detached mode)
- run all containers: