The REST API for the Research Hub, developed with Spring Boot.
Before running the Research Hub API, follow the instructions on the Research Hub Deploy project to run the research-hub-db Docker container.
sudo apt install mavenMake sure the database is running first (see link at top of page).
To build the project:
mvn clean package -Dspring.profiles.active="local"
To run the project:
mvn spring-boot:run -Dspring.profiles.active="local"
Build project: from Menu, click Build > Build Project.
To run: right click on ResearchHubApiApplication > Run (or debug)
Content type
Image
Digest
Size
370.3 MB
Last updated
about 6 years ago
docker pull uoacer/research-hub-api:dependabot_maven_mysql-mysql-connector-java-8.0.16