commit | 61ef2c5a8f8cdfbc16a06cbdee6fe7994ef1c65d | [log] [tgz] |
---|---|---|
author | Marcus Christie <machristie@apache.org> | Tue Sep 05 11:28:43 2023 -0400 |
committer | GitHub <noreply@github.com> | Tue Sep 05 11:28:43 2023 -0400 |
tree | 187dcecbdc9dfe1a98cae6b8bbdc3e9d1dfe02fd | |
parent | ca3f26bc00330c3956f1bd3c560fb475eb75b130 [diff] | |
parent | eaf769261fd307d1e9bcfb9982698e1ef4fc1374 [diff] |
Merge pull request #42 from apache/machristie/issue8 Integrate liquibase to run db init scripts and generate schema for JPA entities
Start the PostgreSQL database in a docker container
docker-compose up
Run the API server
mvn install cd data-catalog-api/server/service mvn spring-boot:run
Run the API client
mvn install cd data-catalog-api/client mvn exec:java -Dexec.mainClass=org.apache.airavata.datacatalog.api.client.DataCatalogAPIClient