/ticket-system

Ticket system that allows you to get stuff done in faster.

Primary LanguageJavaScriptMIT LicenseMIT

Ticket System - IN DEVELOPMENT

Well developed and easy to use ticket system that allows you to commuicate with your client in a much faster environment!

Installation

Ticket System requires the following...

Quick start:

# Install server dependencies
cd server -> npm install

# Install client dependencies
cd client -> npm install

# Run application
npm run start

# To run both backend & frontend
npm run dev

# To build client side
npm run build

# Frontend server located on http://localhost:3000

You will need to rename .env.example file into .env

APP_PORT=8080
MONGO_USER=admin
MONGO_PASS=secret
MONGO_HOST=localhost
MONGO_PORT=27017
MONGO_NAME=yourname

SECRET_KEY=yoursecretkey
ACCESS_KEY=youraccesskey

Features:

# Organize ticket system ✅
# Customizable settings ✅
# Secure authentication + access control ✅
# Admin portal ✅
# Client portal + guest portal ✅

Bugs?

Feel free to make an issue about any particular errors or bugs such as internal functionality bugs.

App Info

Author

Eric Zhang

Version

1.0.0

License

This project is licensed under the MIT License - see the LICENSE file for details