This project uses Angular 16 for the Front-End, and the Back-End is divided into multiple services using SpringBoot 3.5.
- Ensure you have Docker Engine installed.
git clone https://github.com/Zagrios/OC-P13-YourCarYourWay.git
The repository contains a docker-compose.yml file that will build and run all the services (MySQL Databases, SpringBoot services, and the Angular app).
To start the application, navigate to the root folder of the cloned repository and execute docker-compose up.
Once everything is started with Docker, you can access http://localhost:80 start create accounts and chatting.
Note: For this POC, accounts with the username admin will automatically be assigned the ADMIN role and be able to view all tickets created by users.