This project is part of the COMP1549 coursework. It involves implementing a networked distributed system using Java.
COMP1549_Project/
├── data/
│ └── (place any datasets or data files here)
├── docs/
│ ├── COMP1549_Report_Group54.pdf
│ └── Contributions.txt
├── src/
│ ├── main/
│ │ ├── java/
│ │ │ └── org/company/
│ │ │ └── (Java source files)
│ └── test/
│ ├── java/
│ │ └── org/company/
│ │ └── (JUnit test files)
├── pom.xml
├── .gitignore
└── README.md
- Clone the repository:
git clone https://github.com/HemantDayal7/java_advanced_programming.git
- Navigate to the project directory:
cd COMP1549_Project