Skip to content

MiramarCISC/CISC191-FinalProjectTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CISC191

Intermediate Java Programming Final Project Template

Prerequisites

  1. Maven
  2. Git
  3. JDK 1.8

Building

mvn clean install

Running

java -jar Server/target/Server-1.0.0.jar
java -jar Client/target/Client-1.0.0.jar

Common Module

Shared classes between client and server modules.

Server Module

The server application that handles multiple clients.

Client Module

The client application used to connect to the server.

About

Final Project Template for CISC191

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages