Veterinary Application

alt text

Prerequisites

  • A postgres instance is needed. Use code below to create a local docker container with settings matching the application

docker run -p 5432:5432 --name some-postgres -e POSTGRES_PASSWORD=1234 -d postgres