Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 526 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 526 Bytes

Distributed System Project

This repository contains our practical project for the class of distributed systems

Running the server:

# Prequisites: 
	1. Maven Installed
	2. JDK 11 

# Building the project:
		1.Open the Distributed System folder
		2.Run the terminal.
		3.mvn clean install

# Running the server:
	The build for both java 1.8 and java 11 are provided in the folder.
	First run several instances of the server.
	secondly run the front end 
	Lastly run the client jar and interact with the servers.