Table of Contents
Project: Online Apartment Visitor Management System in PHP MySQL with Source Code
About Apartment Visitor Management System
Online Apartment Visitor Management System is web application develop in PHP MySQL using HTML, CSS, Bootstrap, Modal JQuery, and JavaScript, it is a simple system easy to understand and friendly user, the system in contains of admin to monitor all login details from visitor, the admin only can write on the system to make secure. Every time the visitor is visit need to sign in and sign out to secure the apartment. About admin can changes Profile, changes password, and changes all information.
Features of the Project
- Admin Dashboard
- New Visitor
- Manage Visitors
- Visitors between Dates Reports
- Settings
Screenshots
How To Run??
Above all, to run this project you must have installed a virtual server i.e XAMPP on your PC. Online Apartment Visitor Management System in PHP and MySQL with source code is free to download, Use for educational purposes only!
Follow the following steps after Starting Apache and MySQL in XAMPP:
1st Step: Firstly, Extract the file
2nd Step: After that, Copy the main project folder
3rd Step: So, you need to Paste in xampp/htdocs/
Further, Now Connecting Database
4th Step: So, for now, Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: After that, Click on the databases tab
6th Step: So, Create a database naming “avmsdb” and then click on the import tab
7th Step: Certainly, Click on browse file and select “avmsdb.sql” file which is inside the “db” folder
8th Step: Meanwhile, click on Go button.
After Creating Database,
9th Step: Moreover, Open a browser and go to URL “http://localhost/Apartment_Visitor_Management_System”
what is the username and password
no username and password because it is nulled
Hello, thanks for providing the file. It was very helpful. i can run the system. But can i know how to change the background colour in the login page? i tried to change at theme.css file- .page-content–bge5 { background: xxxx; } but nothing change.