This repository contains the auth microservice codebase, responsible for:
- login
- logout
- register
# Choose the desired profile: prod, dev, or localexport SPRING_PROFILES_ACTIVE=prod # Clean the project
mvn clean
# Run the application
mvn spring-boot:rundocker-compose upmvn test