Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.26 KB

File metadata and controls

27 lines (17 loc) · 1.26 KB

GA4GH Logo

License

GA4GH Reference Cloud API

Core API for the GA4GH Reference Cloud

Usage (Local Development)

  • Prerequisites (ensure these are installed on your machine)
    • Java v25+ (we recommend installing the 25.0.3-amzn candidate via sdkman)
    • Gradle v9.1+ (we recommend installing the 9.5.1 candidate via sdkman)
    • PostgreSQL v18+
  • Run the dev server: ./gradlew bootRun
  • Access the dev server via API testing tool (e.g. Postman) using a base URL of http://localhost:8080/ (e.g. http://localhost:8080/actuator/health)

Configuration

Configure the API app via the following environment variables

Variable Name Description

Issues

For any issues relating the the API, please create an issue in the GA4GH Reference Cloud planning repo. Please do not create issues in this repo as they will not be monitored.