commit | 8e20b8ca146c8e0f0f6ebefb9bb5a5edd0cc6f99 | [log] [tgz] |
---|---|---|
author | Marcus Christie <marc.christie@gmail.com> | Fri Sep 01 17:42:43 2023 -0400 |
committer | Marcus Christie <marc.christie@gmail.com> | Fri Sep 01 17:42:43 2023 -0400 |
tree | cc7bda2d1b6f8dd8a85d5a847ce899c3a5084d01 | |
parent | f7eb2bef800fe4aee73281281180e9fd37df843e [diff] |
Change a couple columns to be not-nullable #8
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