Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbhtzy/teacher_evaluationsys
Teacher Evaluation Sys
https://github.com/jbhtzy/teacher_evaluationsys
bootstrap5 capstone-project html localhost mysql php xampp
Last synced: 2 months ago
JSON representation
Teacher Evaluation Sys
- Host: GitHub
- URL: https://github.com/jbhtzy/teacher_evaluationsys
- Owner: JBHtzy
- License: mit
- Created: 2024-08-03T03:31:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T08:38:48.000Z (4 months ago)
- Last Synced: 2024-09-12T19:14:29.105Z (4 months ago)
- Topics: bootstrap5, capstone-project, html, localhost, mysql, php, xampp
- Language: PHP
- Homepage:
- Size: 3.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web-Based Teacher Evaluation System
An Online Web-Based Teacher Evaluation System is a digital platform designed to facilitate the assessment and evaluation of teachers' performance and effectiveness. This system provides a structured and systematic approach to gather feedback from students, peers, and administrators, analyze the data, and generate reports that can be used for professional development, performance reviews, and administrative decision-making. By leveraging technology, it streamlines the evaluation process, ensures data-driven decision-making, and fosters a culture of continuous improvement.# Technologies used:
HTML, CSS, Bootstrap, JS/jQuery, Ajax, PHP, SweetAlert2, DataTables, MySQL, XAMPP# Manual
Set-up XAMPPDownload the XAMPP application here: https://www.apachefriends.org/download.html
Install the application.
Install the project.Navigate to the XAMPP > htdocs file folder.
Clone this repository inside the htdocs folder: https://github.com/JBHtzy/teacher_evaluationsys.git
orDownload the zip file.
Unzip the project file in XAMPPS's file folder, XAMPP > htdocs.
Then paste the file folder inside the htdocs folder.
Set-up databaseIn your http://localhost/phpmyadmin/, create a new database and name it 'teachereval'
Select the 'teachereval'
Click 'Import' in the tabs.
Click the 'Choose File' button.
Then select the file from the project folder located in dbcon > teachereval (3).sql.
Run the project.Open the XAMPP Control Panel.
Start Apache and MySQL.
The navigate to this link: http://localhost/teacherEval/index.php.
![image](https://github.com/user-attachments/assets/8ae47dd9-9a4b-45d9-8c74-d042150c3f16)