commit | e32f7b02a1347a89c2d24e6564aa88c69697c88c | [log] [tgz] |
---|---|---|
author | Marcus Christie <marc.christie@gmail.com> | Tue Sep 05 15:37:21 2023 -0400 |
committer | Marcus Christie <marc.christie@gmail.com> | Tue Sep 05 15:37:21 2023 -0400 |
tree | 5d43c2df8f8b46b2ef41044ba204648102e2b671 | |
parent | 61ef2c5a8f8cdfbc16a06cbdee6fe7994ef1c65d [diff] |
Adding Lahiru as a collaborator
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