Rental Property Management platform built with PHP + MySQL.
- Create MySQL database and run
database/schema.sql - Copy
config/config.phpand fill in your DB credentials and admin invite code - Upload all files to your server
- Visit the site and register an admin account
index.php Front controller — single entry point
config/config.php Database credentials and app settings
core/db.php MySQLDB class (PDO)
core/auth.php AppAuth class (bcrypt + sessions)
core/flash.php One-time flash messages
pages/ One file per page
assets/ CSS and JS
database/ schema.sql and seed.sql