Skip to content

jumana-s/hostel-management

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hostel Management System (HMS)

Link to HMS Application

Homepage Image

A hostel management application created as a project for a database course. This application is mainly for managing student accommodation for a university.

Prototypes

Login

Login Image The application has three types of users: Students, Student Advisors and Hostel Staff.

Student Logins

Username Password
contuck !69Wma7%
jessyeck Z%2u*79T
ciarsean 4v!E6*3m
andralb 5RusM91#
mohatad 4UI*4pn4

Advisor Logins

Username Password
jackwood l%w#D075
binobenne VJ8#8av9

Staff Logins

Username Password
marijenk 6d2A!159
maricaho z5a@A84h

Development Setup

  1. Install MySQL
  2. Install PHP brew install php (on mac)
  3. Run mysql -h localhost -u root -p
  4. Create the database
  5. Add the databses in the sql file
  6. Create your own user CREATE USER 'user'@'localhost' IDENTIFIED BY 'password';
  7. Give it enough priveleges GRANT ALL ON database.* TO 'username'@'localhost';
  8. Edit database.php with the new databse, username, and password you created
  9. Run php -S localhost:9000. Make sure you're running it where the php files are located.
  10. Open localhost:9000

Credits

All of the amazing images used in the application are by vectorjuice on Freepick.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.3%
  • Other 0.7%