Skip to content

criggs626/smartTicket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartTicketingSystem

A smart ticketing system for organizations to track issues using machine learning concepts.

Requirements

  • Node.js & npm installed on the computer.
  • A Gmail account with Google API enabled.

Setup

Windows

Run setup/setup.bat (Windows) to configure the server.

Linux

(Coming soon)

Run

After setting up, start the server by opening the command line and run

cd server
node server.js

If that doesn't work, try

cd server
nodejs server.js

Then, open localhost:<port> in your web browser, where <port> is the port you chose when setting up (Example: localhost:80).