Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 353 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 353 Bytes

EKPA Courses

Setup

  1. Install Docker Desktop
  2. On your terminal, run the following command:
    docker compose up --build --detach
    

Configuration

URLS:

Postgres

  • username: postgres
  • password: password
  • database: university
  • host: localhost
  • port: 5432