- Concordia University
- COMP 6231 Distributed System Design, Winter 2024
- Group Project: Group 5
Yulin Zhang (OneSilverBullet)
Yajing Liu (YajingLiu2357)
Md. Mridul Hossain (mridul-hossain)
Yu Hang Lin (linyuhang617)
- JDK 8
- Maven
// This command will build the project and run the unit tests
// The build and report artifacts are located inside the `target` folder
$ mvn -B package
// Run the executable file via Maven
$ mvn exec:java