Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 494 Bytes

File metadata and controls

13 lines (9 loc) · 494 Bytes

login-system-concept

To start PostgreSQL container

  1. Make sure docker is running
  2. In your console, do docker-compose up -d from the root project to start PostgreSQL and Adminer in a container.

Setup data using Adminer

  1. In your browser, go to localhost:8080
  2. When in Adminer page, select PostgreSQL and use postgres:postgres as username and password.
  3. Import the data located in resources/postgres.sql.

To shutdown postgres do docker-compose down in your console.