Skip to content

sardinhapatrick/unige-pinfo-2019

Repository files navigation

Build Status Coverage Reliability Rating Security Rating

Project

UNIbay

Description

Team name

Les Canards Laqués

Project members + member's task

  • Adrien Chabert : Team Master, Front+Back
  • Tommaso Peletta : SystemAdmin, Front+Back
  • Jonathan Lo : Front End
  • Patrick Sardinha : Front End
  • Guillaume Comte : Back End
  • Loan Hérault : Back End

Local execution

You can run all your microservices locally by doing the following commands in order:

sudo mvn clean install -Ppackage-docker-image

cd ../docker-compose

sudo docker-compose -f docker-compose-microservices.yml down

sudo docker-compose -f docker-compose-microservices.yml up


Nouveau terminal : cd ./web-ui

ng build --watch


Nouveau terminal : cd ./docker-compose

sudo docker-compose -f docker-compose-api-gw.yml down

sudo docker-compose -f docker-compose-api-gw.yml up

Now you can surf by going on https://localhost

To remove elements in data bases

sudo docker volume ls

sudo docker volume rm docker-compose_pgdata -a -iam -it -kong -me -st -us

if you get this error Error response from daemon: remove docker-compose_pgdata -...

then shutdown the service