install node.js : https://nodejs.org/en/ install node CLI :
npm install -g @angular/cli
go to the project and check if angular is well installed
ng -h
install libs
npm install
If it doesn't exist, create directory backend/api/api-web/src/main/resources/META-INF cd backend mvn clean install
docker-compose up -d
docker-compose up -d --build api