Just Cinemas API

To build locally run
./gradlew clean build

To run unit test locally
./gradlew clean test

To start up the project locally on a separate terminal run docker-compose -f docker-dev-db/docker-compose.yml up
Once the postgres instance is running run
./gradlew bootRun