This repository contains the user management microservice codebase, responsible for:
- edit account
- delete account
- get account details
- get accounts using pagination
# 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