/hostel-management-system-php-mysql

Hostel Management System using PHP and MySQL

Primary LanguagePHPMIT LicenseMIT

Hostel Management System

Created using PHP & MySQL

Database ERD

ERD

Demo

Hostel Management System

Usage

  • Install XAMPP
  • Use MySQL Workbench for database management. Database file is in the project folder.
  • After you finish downloading the project, unzip the project file and head over to your XAMPP directory. There you’ll find a folder naming “htdocs”.
  • Inside the “htdocs” folder, paste the project folder (not the .zip one, but the extracted one).
  • Open your favorite browser; we recommend using Google Chrome or Mozilla Firefox.
  • Type “localhost/[Directory-Name]” in the address bar and hit enter.
  • You’ll be redirected to the login page.

Login Details

Important! For database reference the passwords are md5 encrypted in database

Features

Admin:

  • Admin Login
  • Update Login/Personal Details
  • Mark Attendance
  • Register Student
  • Delete Student
  • Update Student Fee
  • Update Student Parcel details

Student:

  • Student Login
  • Update details
  • Dispaly Attendance Details
  • Add visitor details
  • Register Complaint
  • See Parcel if any
  • Give suggestion

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Reference

Updated an existing project. Original project can be found here