Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 272 Bytes

File metadata and controls

18 lines (14 loc) · 272 Bytes

Postgres Sample Data

To start the containers (postres and pgadmin4) do:

docker-compose up -d

Once they're up, restore the data into the database:

./restore-database.sh

To connect to the database:

./open-db-console.sh