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