- Make sure
docker
is running - In your console, do
docker-compose up -d
from the root project to start PostgreSQL and Adminer in a container.
- In your browser, go to localhost:8080
- When in Adminer page, select PostgreSQL and use
postgres:postgres
as username and password. - Import the data located in
resources/postgres.sql
.
To shutdown postgres do docker-compose down
in your console.