Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 689 Bytes

File metadata and controls

9 lines (7 loc) · 689 Bytes

ZendeskCodingChallenge-TicketViewerAPI

A Model-View-Controller based Ticket Viewer application supporting functions like individual ticket viewing as well as processing of multiple tickets via pagenation

Instructions

This is a Java based implementation of the Ticket Viewer using the Zednesk Ticket APIs. This can be imported into any IDE which supports Java (eg: Eclipse/STS). Please run the project using the class which contains the main - TicketingSystemApplication.java
Post that, proceed using the Ticket Viewer Applicaiton using CLI.

Technologies and Frameworks:

Java, Maven, Model-View-Controller Architectural Design Pattern, JUnit, Mockito.