- Liès TIGUERCHA
- Erwan BEUSELINCK
Before running the application, ensure you have the following installed:
- Java 21
- Maven 4.0.0
- Docker 27.0.0
Ensure that necessary dependencies (such as databases) are running using Docker:
docker compose up -dCompile and install dependencies using Maven:
mvn clean installRun the following commands to start each module:
cd authentication-data
mvn spring-boot:runIn a separate terminal, run:
cd authentication-api
mvn spring-boot:runIn a third terminal, run:
cd authentication-web
mvn spring-boot:runOnce the application is running, you can access the API documentation via Swagger UI at: