You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the DB created and credentials updated, Liquibase should read `changelog-root.xml` to initialize the
15
-
tables and data for you.
13
+
Steps:
14
+
1. Run `docker compose up`. This starts two docker instances: one for the app and another for PostgreSQL.
15
+
2. Then find the container id for the docker container with image name `kaput-api`.
16
+
3. Find the IP address this container is running on with `docker container inspect <the container id>`. This is the host where you will send requests to on port 8080 (e.g. http://\<container ip address\>:8080/api/users).
16
17
17
-
Run locally by executing the command `gradlew runBoot` from the project root directory. Once the app is up and
18
-
running, go to `localhost:8080` from a browser.
18
+
Will update Swagger docs with instructions on how to use API.
0 commit comments