A PHP-based apartment management system with real-time monitoring and CRUD functionality.
The Apartment Watch is a web-based application built with PHP and MySQL. It enables landlords to manage apartment availability, track statistics, and perform CRUD operations on the apartment database. The system ensures landlords can monitor the current status of their properties and make data-driven decisions.
- Create, Read, Update, and Delete apartment records effortlessly.
- Real-time display of apartment availability and occupancy statistics.
- Simple and intuitive design for landlords to manage apartments efficiently.
- Backend: PHP
- Database: MySQL
- Frontend: HTML, CSS, JavaScript
- Clone the repository
git clone https://github.com/Lanxxxe/Apartment-Watch.git- Navigate to the project directory
cd apartment-watch- Import the database schema
- Use tools like phpMyAdmin or MySQL CLI to import the apartment_watch_database.sql file.
- Configure the database connection:
- Update databaseConnection.php with your database credentials.
- Run the application:
- Open the project in a local server (e.g., XAMPP, WAMP, or MAMP).