Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 384 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 384 Bytes

Grade-Reports-App

A Java program for a professor to keep track of his/her students' grades in multiple classes. Created with a group for a school assignment.

Build with mvn package in project directory.

Then run the application with java -jar target/team10-gradebook-1.0.0-SNAPSHOT-jar-with-dependencies.jar.

Clean the directory with mvn clean.

Run tests with mvn test.