- Suhrid Gupta
- Sebastian Bobadilla
From the root of the project directory run:
mvn clean compile package
Inside the directory that contains the file 'admin-jar-with-dependencies.jar' run:
java -jar admin-jar-with-dependencies.jar <username> <port>
Inside the directory that contains the file 'client-jar-with-dependencies.jar' run:
java -jar client-jar-with-dependencies.jar <username> <server-IP> <server-port>