Skip to content
This repository was archived by the owner on May 12, 2024. It is now read-only.

ekliot/CS320-project

Repository files navigation

The Foreign Keys

Team Lead: Sam Kilgus

UI Engineer: Matt Witte

Test Engineer: Alberto Serrano

Design Engineer: Elijah Kliot

Domain: RPG Characters

Running the project

  1. Download Maven
  2. Run mvn package to get an executable jar file
  3. Run any of the following commands:
    • ./erase_db.sh
      • Removes a previously created database instance.
    • ./create_db.sh
      • Runs the initilizaion script for the database (runs the erase_db.sh script before execution).
      • Equivalent to java -jar target/CS320-project-0.0.1-SNAPSHOT-jar-with-dependencies.jar create-tables
    • ./start.sh
      • Starts the program (database must be created before use).
      • Equivalent to java -jar target/CS320-project-0.0.1-SNAPSHOT-jar-with-dependencies.jar

This project uses JCommander to parse command line arguments.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •