Skip to content

The API for my Betrayal at House on the Hill companion app

Notifications You must be signed in to change notification settings

tkindy/betrayal-api

Repository files navigation

betrayal-api

The API for my Betrayal at House on the Hill companion app

Running locally

Start a Postgres instance.

docker run --name betrayal-db -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgres:12.6

Run the migrations using Liquibase.

JDBC_DATABASE_URL="jdbc:postgresql:postgres?user=postgres&password=mysecretpassword" ./gradlew update

Then, start the API, providing the JDBC_DATABASE_URL environment variable.

About

The API for my Betrayal at House on the Hill companion app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages