Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isurunvn/technical_support_management_system
Group project(13) under Web Development module of Information Systems degree program in University Of Colombo School Of Computing
https://github.com/isurunvn/technical_support_management_system
css html javascript mysql php
Last synced: 5 days ago
JSON representation
Group project(13) under Web Development module of Information Systems degree program in University Of Colombo School Of Computing
- Host: GitHub
- URL: https://github.com/isurunvn/technical_support_management_system
- Owner: isurunvn
- Created: 2024-01-24T17:04:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T12:48:50.000Z (8 months ago)
- Last Synced: 2024-08-12T12:37:24.102Z (3 months ago)
- Topics: css, html, javascript, mysql, php
- Language: PHP
- Homepage:
- Size: 44.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The technical support management system called "NexusTech Solutions" is a project done as the web development group(13) project in UCSC.
System features & functionalities:
1. User Registration and Authentication
2. Submitting technical issues
3. Knowledge Base
4. Admin Dashboard
5. Technical supportFrontend technologies: HTML, CSS, JS
Backend technologies: PHP, JS
Database: Mysql, phpMyAdmin
To run this project first install the XAMPP server and clone the project into the 'htdocs' folder in the 'C/XAMPP' folder. Then run the Apache and Mysql servers from XAMPP server and
go to the phpmyadmin dashboard and create a database named as 'nexustech'. Then import the 'nexustech.sql' file which is provided in this project to that created database.
After successfully creating the database you can access the web site using 'http://localhost/technical_support_management_system/Entry/entry.html' url.[To login as an admin use username='nexus', password='n123' | To login as a normal user you can signUp with your credentials]
IMPORTANT: A stable internet connection is required for faster, smoother and better loading of each web page.
Github link: https://github.com/isurunvn/technical_support_management_system.git
Project contributors:
Isuru Naveen, Tharusha Nemantha, Sandith Moras, Dulmini Nureka, Januli Nanayakkara(finalized, 6th March 2024 @UCSC)