A web-based census management system for barangays featuring role-based access, resident profiling, and analytics.
Before setting up the project, ensure you have the following installed:
- XAMPP (or any PHP/MySQL environment)
- Composer (Dependency Manager for PHP)
- Web Browser (Chrome, Edge, etc.)
Follow these steps to deploy the project on a new machine.
- Start Apache and MySQL in XAMPP.
- Open phpMyAdmin (
http://localhost/phpmyadmin). - Create a new database named
icensus_db. - Import the latest SQL file located in the
/backups/folder (e.g.,icensus_db_2025-09-25...sql).
Open your terminal (PowerShell or Command Prompt), navigate to the project root folder, and run:
composer install