GA4GH-wide testbed API for hosting testbed reports
Installation requires the following prerequisites:
- Java 11+
- Gradle 7.3.3+
- Sqlite 3
To install, first clone and enter the repository, then build the Java app with Gradle:
git clone https://github.com/ga4gh/ga4gh-testbed-api.git
cd ga4gh-testbed-api
./gradlew build
To run the Spring Boot app:
./gradlew bootRun
To execute tests:
./gradlew test