Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 517 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 517 Bytes

Ticket system built with Express

Built over a weekend as a hiring challenge

Dependencies

  • node.js
  • MySQL

Installation

  • Clone this repository to your local machine
  • Copy the config/db.example.js to config/db.js and configure your MySQL db
  • run npm install to install the application dependencies
  • run npm start to start the web server
  • navigate your browser to http://localhost:3000 for the client interface
  • navigate your browser to http://localhost:3000/admin for the admin interface