Skip to content

kierrabl/COMP3005A3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions:
1. Edit private static final String url in DatabaseConnection.java with your pgAdmin 4 database url
   "jdbc:postgresql://<HOST>:<PORT>/<DATABASE_NAME>"
2. Edit private static final String username in DatabaseConnection.java with your pgAdmin 4 database username
3. Edit private static final String password in DatabaseConnection.java with your pgAdmin 4 database password
4. Done in IntelliJ go to Module Settings -> Modules -> Dependencies
   and make sure postgresql-42.7.8.jar is present and set to Compile

Database Instructions:
1. Start the database that belongs to the credentials entered in Setup Instructions
2. Open File -> studentsdb.sql from repository
3. Execute Script to create table and populate with initial data

Running Instructions:
1. Run Main.java
2. Follow instructions in terminal to test different queries and operations

DEMO VIDEO: https://www.youtube.com/watch?v=9GeiQXia1tg

About

COMP3005 Assignment 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages