Make the playlist greate again!!
How to deploy the project on your local maschine:
- change directory:
cd Frontend
- run the command
npm install
- For building frontend-project under Windows use the command
nmp run build_win
- Under UNIX us the command
nmp run build_unix
How to start the backend:
- change directory:
cd Backend
- just start the spring boot application with maven:
mvn spring-boot:run
How to start the backend:
- change directory:
cd ApiGateway
- just start the spring boot application with maven:
mvn spring-boot:run
Thats it