Skip to content

Jesse-Jens/CoreQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CoreQueue

This repository contains the static frontend for the CoreQueue ticket system.

Default accounts

The login screen accepts a few built in accounts used for testing:

Role Email example Password
Admin/Tech admin@corequeue.local admin123
Technician anything@tech.com tech123
Customer any email customer123

After login a technician will be sent to the technician dashboard and a customer to the customer dashboard.

Deployment

Run the provided deploy.sh script on an Ubuntu LTS machine to install Nginx and copy the static files:

sudo ./deploy.sh

For a clean reinstall use:

sudo ./deploy.sh --clean

After deployment browse to http://localhost/Login.html to access the login page.

About

ticket system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published