The objective of this project is to develop an IT help desk ticket system designed to streamline the process of submitting and managing IT support requests. Users will be able to submit tickets for issues such as account assistance and repair requests.
The system will automatically assign tickets to individual IT staff members based on predefined criteria. A robust calendar feature to manage the high volume of tickets, ensuring efficient scheduling and tracking. Support for asynchronous messaging between ticket submitters and IT staff to enhance communication and resolution efficiency. The system must be capable of running on multiple machines while accessing a central database.- Aidan Doherty
- Anh Le
- Corey Telkitz
Install Python3 and pip, follow install instructions on respective webpages
Clone the forked repository to your local machine:
git clone https://github.com/aidandoherty01/CEN3031-Project.git
Change to the directory of the cloned repository:
cd CEN3031-Project
Then, type
python3 -m venv .venv
Next,
.venv/scripts/activate
Install
pip install -r requirements.txt
Run
Flask --app app run
Open http://127.0.0.1:5000 in browser