Team Lead: Sam Kilgus
UI Engineer: Matt Witte
Test Engineer: Alberto Serrano
Design Engineer: Elijah Kliot
Domain: RPG Characters
- Download Maven
- Run mvn packageto get an executable jar file
- 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.shscript before execution).
- Equivalent to java -jar target/CS320-project-0.0.1-SNAPSHOT-jar-with-dependencies.jar create-tables
 
- Runs the initilizaion script for the database (runs the 
- ./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.