Teachers Record Management System using CodeIgniter
TRMS Intro
Teacher Record Management System Project contains data and information of teachers. The main purpose of TRMS is to systematically record, store and update the teacher’s records.
The information from TRMS is used to search teachers online. With the help of this software, the person can easily search teachers according to his/her requirement.
Project Requirements
Project Name | Teachers Record Management System Project |
---|---|
Language Used | PHP5.6, PHP7.x |
PHP Framework Used | CodeIgniter |
Database | MySQL 5.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
Project Modules
Admin Module
- Dashboard: In this section admin can briefly view of subjects and teachers.
- Subjects : In this section, admin can manage the Subjects (add/delete).
- Teachers : In this section, admin can view the registered teachers.
- Profile: In this section admin can update his/her profile.
- Change Password: In this section admin can change his/her own passwords
- Logout: Through this button admin can logout.
Teachers Module
- Signup: In this section, teacher can regsister your self.
- Signin: After successfull registration teacher can login with valid credentials.
- User Profile: In this section, Teacher can update own details.
- Change Password: In this section Teacher can change his/her own passwords.
- Logout: Through this button Teacher can logout.
User Module
In this module, the user can search teachers by subject name.
Output Screens of the Project
Home Page
Teacher Signup/Registration
Admin Dashboard
How to run Teachers Record Management Project using CodeIgniter
- Download the zip file
- Extract the file and copy
trms-ci
folder - Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
- Open PHPMyAdmin (http://localhost/phpmyadmin)
- Create a database with name
trmsci
- Import
trmsci.sql
file(given inside the zip package in SQL file folder) - Run the script
http://localhost/trms-ci
(frontend)
Teacher Credential
Username: amit@gmail.com
Password: Test@123
Admin Credential
Username: admin@gmail.com
Password: Test@123
Users can search Teacher by subject.