Skip to content

CISC191/Architect1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

294 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CISC191

Intermediate Java Programming Final Project Template

Prerequisites

  1. Maven
  2. Git
  3. JDK 20.0.2

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

For the first Architect Project in CISC 191 Fall 2023 at Miramar College.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors