Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 823 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 823 Bytes

CS2102_Project

Welcome to our CS2102: Database Systems project!

Quick start (Windows)

  1. Clone this project into a new folder.
  2. Ensure that you have the following prerequisites
  3. In cloned folder, go to main , execute import.sh to import the database and test cases
  4. Run database by run.sh

Prerequisites

Setting up postgres with no password authentication

  1. Installed psql (14 is OK)
  2. Setup user postgres with no password authentication
    1. Open psql instance

    2. SHOW hba_file;,

    3. GOTO hba_file,

    4. change ALL Method attributes to trust,

    5. restart PSQL server by Services (Windows) -> postgresql... -> Right click and restart server