A microservices-based backend platform for RADAR-base built with Kotlin and Jersey.
delegate-api: Main API gateway that delegates requests to other microservicesuser-service: Handles user management and authenticationdata-sources-service: Manages data source connections and configurationsdata-service: Handles data processing and storage
- Clone the repository
- Build the project:
./gradlew build
- Run individual services:
./gradlew :delegate-api:run ./gradlew :project-service:run ./gradlew :user-service:run ./gradlew :data-sources-service:run ./gradlew :config-service:run