Running

  1. Start the database
  • docker-compose -f ./src/main/docker/postgres.yml up
  1. Start the app
  • ./gradlew run
  1. Retrieve items
  • http localhost:8080/item
  1. Retrieve users
  • http localhost:8080/users