Loading repository data…
Loading repository data…
coderzaman / repository
A comprehensive project for managing university operations, built with PHP, Bootstrap, HTML, CSS, JavaScript, and MySQL. Features include admin, teacher, and student panels for managing courses, fees, results, and profiles.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is a University Management System with three user panels: Admin, Teacher, and Student. The system is built using PHP, Bootstrap, HTML, CSS, JavaScript, and MySQL.
Clone the repository
git clone https://github.com/coderzaman/Student-Management-System.git
cd Student-Management-System.git
Import the Database
sms_db.sms_db.sql file located in the database directory into your MySQL database.Configure Database
config.php with your MySQL credentials:$sName = "localhost";
$uName = "root";
$pass = "";
$db_name = "sms_db";
Start the Web Server
htdocs for XAMPP).Access the Application
http://localhost/student-information-system.http://localhost/student-information-system/other.php.admin123123, 1234, or 123456 (for a few teachers).123, 1234, or 123456 (for a few students).Contributions are welcome! Please create a pull request with a detailed description of your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or feedback, please contact us at [coder.aktar@gmail.com].