A ticket viewer for Zendesk Ticket API. The application allows users to see the list of tickets and can view each ticket.
This application is using Node.js 10.15.3 and npm 6.4.1.
- Install NodeJS on your computer.
- Clone or download the repository to your local machine.
- Execute npm install to install any technologies required by the applications.
npm install
- Start the node server which runs on PORT 3000 by running the command
npm start
- Open a new terminal window to run unit tests. Run the command:
npm test
(Note: One of the test cases failed.)
- Open the application locally where the server is running.
http://localhost:3000