Skip to content

ngnigel99/CS2102_Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLpgSQL 95.1%
  • Shell 2.9%
  • Batchfile 2.0%