Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 1 KB

README.md

File metadata and controls

23 lines (10 loc) · 1 KB

COM504

Parking Meter System

use-cases

robustness

official class diagram

Schedule is hardcoded and cannot be modified when compiled.

To run project, you need to have apache tomcat installed. If installed, go to Netbeans IDE, click Tools, Servers, set Server to Apache Tomcat and set the port number to '1234'. Build the projects and run.

The main class of the client project is 'ParkingSystemFrame', if you run the parking project, it should clearly state it as main class.

Most classes are complemented with JavaDoc as to make reading the code easier.

Junit tests are available in the web app module which is responsible for downloading schedule, verifying payments, parking ticket issuance, etc.