Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 769 Bytes

File metadata and controls

31 lines (23 loc) · 769 Bytes

user-service

The user-service microservice manages users.

TechStack

  • Java, Spring Boot
  • Keycloak Admin API
  • Maven, JUnit 5, Testcontainers

Prerequisites

Refer docker-compose based infra setup for running dependent services.

How to get started?

$ git clone https://github.com/feature-tracker/user-service.git
$ cd user-service

# Run tests
$ ./mvnw verify

# Format code
$ ./mvnw spotless:apply

# Run application
# Once the dependent services (Keycloak, etc) are started, 
# you can run/debug UserServiceApplication.java from your IDE.