This project was generated with Angular version 17. and Java version 21 / Spring Boot version 3
Git clone:
git clone https://github.com/ookaamii/POC.git;
Go inside folder front:
cd front;
Install dependencies:
npm install;
Launch Front-end:
ng serve;
Go inside folder back:
cd yourcar
Install dependencies:
mvn clean install;
Launch Back-end:
mvn spring-boot:run;
Navigate to http://localhost:4200/chat and insert a name, then start the chat !
For the "service client", navigate to http://localhost:4200/chat/service-client and respond to the customer !
The SQL file is : /yourcar/src/main/resources/data.sql
