Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

akasakakona/CS166-Database-Project-Phase-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS166-Database-Project-Phase-3

This is a project that implements a database system for managing supplies at a store, using Java.

Usage

  1. Clone the repository using the following command:
git clone https://github.com/akasakakona/CS166-Database-Project-Phase-3.git
  1. cd into CS166-Database-Project-Phase-3/sql/scripts folder.
  2. Run the the following command from that directory, wait for it to finish.
./setup.sh
  1. Enter \q to exit from the database command line
  2. To run the project, simply run
./compile.sh
  1. Done!
  2. Once you are done with everything, simply run the following command and exit
source ./stopPostgreDB.sh

NOTE: If you ever encounter Permission Denied error, try running the following command:

chmod u+x <script you were trying to run>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published