Skip to content

kdb9520/FishinForData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FishinForData

CSCI 320 Group Project This is the Java Command Line application that interacts with a postgres server containing a music database. This database has functionality to search, listen to, and create collections of music. It also allows for account creation, following different accounts, and music recommendations based on your account history.

Setup Instructions

On IntelliJ

To add the jars to the build path for an IntelliJ environment:

  1. Go to File > Project Structure > Modules.
  2. Click on "Dependencies" tab.
  3. Click the plus symbol (+) and select "Jars or Directories".
  4. Both jars should be in the 'lib' folder in the FishinForData project.
  5. Select 'jsch-0.1.55.jar'
  6. Repeat steps 3-5 and this time select the 'postgresql-42.5.0.jar' jar.
  7. If errors appear inside PreparedStatements, add the data source to the project using the same steps as for DataGrip, as IntelliJ is trying to scan the SQL within the PreparedStatements without being able to see the schema.

Command to Remove AdminAccount.java from being updated

git update-index --assume-unchanged src/AdminAccount.java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages