Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.02 KB

EDIM

To run the new codebase java 14 or newer is required. To run the old codebase java 11 or newer is required.

New Codebase

The new codebase was created in sprint 4.
The developers for sprint 4 made the decision to create the new codebase as the architecture and structure of the old codebase was difficult to develop for and contained other fundamental issues.

Instructions

  1. Run server
    Run the bundled configuration : NEW_run_server
  2. Run client
    Run the bundled configuration : NEW_run_client

Original codebase

The original codebase is the code inherited from the previous project group.
This codebase primarily programed on until sprint 4.

Instructions

  1. Run server
    Run the bundled configuration : OLD_run_server
  2. Run client
    Run the bundled configuration : OLD_run_client

Test

Read individual README.md in :
Original_Code_Base/tests/README.md
New_Code_Base/tests/README.md