A hostel management application created as a project for a database course. This application is mainly for managing student accommodation for a university.
The application has three types of users: Students, Student Advisors and Hostel Staff.
Username | Password |
---|---|
contuck | !69Wma7% |
jessyeck | Z%2u*79T |
ciarsean | 4v!E6*3m |
andralb | 5RusM91# |
mohatad | 4UI*4pn4 |
Username | Password |
---|---|
jackwood | l%w#D075 |
binobenne | VJ8#8av9 |
Username | Password |
---|---|
marijenk | 6d2A!159 |
maricaho | z5a@A84h |
- Install MySQL
- Install PHP
brew install php
(on mac) - Run
mysql -h localhost -u root -p
- Create the database
- Add the databses in the sql file
- Create your own user
CREATE USER 'user'@'localhost' IDENTIFIED BY 'password';
- Give it enough priveleges
GRANT ALL ON database.* TO 'username'@'localhost';
- Edit database.php with the new databse, username, and password you created
- Run
php -S localhost:9000
. Make sure you're running it where the php files are located. - Open localhost:9000
All of the amazing images used in the application are by vectorjuice on Freepick.