A smart ticketing system for organizations to track issues using machine learning concepts.
- Node.js & npm installed on the computer.
- A Gmail account with Google API enabled.
Run setup/setup.bat (Windows) to configure the server.
(Coming soon)
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).