A Java IT ticketing system CLI Tickets have a unique ID, a creator who sent the request, an owner who is responsible for solving the issue, a request which is the description of the issue, and a priority from 4 (lowest) to 1 (highest).
- Clone the repo and navigate to the src directory:
git clone https://github.com/tomocrea/Ticketing-System.git
cd Ticketing-System/src
- Compile the application with an IDE or using javac
javac *.java
- Run the ticketing system
java TicketingSystem.java