Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 353 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 353 Bytes

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