Sign inSign up

uoacer/research-hub-api

By uoacer

Updated about 6 years ago

The Research Hub's api component

Image
0

245

uoacer/research-hub-api repository overview

Research Hub API

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.

Requirements

  • Maven sudo apt install maven
  • IntelliJ IDE (optional)

Using the command line

Make 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"

Using IntelliJ

Build project: from Menu, click Build > Build Project.

To run: right click on ResearchHubApiApplication > Run (or debug)

Tag summary

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