Wednesday 26 September 2018

Hostel Management System Project in PHP



This particular project deals with the problems on managing a hostel and avoids the problems which occur when carried manually.Identification of the drawbacks of the existing system leads to the designing of computerized system that will be compatible to the existing system with the system Which is more user friendly and more GUI oriented. We can improve the efficiency of the system, thus overcome the drawbacks of the existing system.
Features :
  1. Login System.
  2. View Room Details
  3. Book Hostel
  4. Student Registration
  5. Manage Students.
  6. Employee Management.
  7. Billing.
  8. User Management.
  9. Room Management.
  10. Meal management.
  11. Vendor Management.
  12. Cost Management.
  13. Student Management.
  14. Vendor Management.
  15. Notice Board.
  16. Attendance.
Here, Student/User can login and view room details and book hostel easily. User can change their password anytime. Admin can add/manage rooms, courses, students and many more. This simple project is done in PHP & It’s easy to operate and understand by users.The design is pretty simple and user won’t find it difficult to understand, use and navigate.

Brief overview of the technology:

Front end: HTML, CSS, JavaScript
  1. HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
  2. CSS : (Cascading Style Sheets) Create attractive Layout
  3. Bootstrap : responsive design mobile freindly site
  4. JavaScript: it is a programming language, commonly use with web browsers.
Back end: PHP, MySQL
  1. PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.
  2. MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases.

Software Requirement(any one)

  • WAMP Server
  • XAMPP Server
  • MAMP Server
  • LAMP Server

Installation Steps

1. Download zip file and Unzip file on your local server.
2. Put this file inside "c:/wamp/www/" .
3. Database Configuration
Open phpmyadmin
Create Database named hms.
Import database hms.sql from downloaded folder(inside database)
4. Open Your browser put inside "http://localhost/hms/"
Admin Login Details
Login Id: admin
Password: password

No comments:

Post a Comment