Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 685 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 685 Bytes

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).