Welcome to the Web-based Barangay Information Management System repository! This project is designed to provide a comprehensive solution for managing information related to barangay administration, residents, projects, finances, and more through a user-friendly web interface.
The Web-based Barangay Information Management System is developed to streamline the management of barangay-related data and processes. It offers various features and functionalities tailored to meet the needs of barangay administrators, residents, and other stakeholders.
- User-friendly Interface: Intuitive web interface designed for easy navigation and accessibility.
- Resident Profiling: Manage resident information efficiently, including profiles, demographics, and contact details.
- Financial Management: Track barangay finances, including income, expenses, and budget allocations.
- Project Management: Monitor and manage barangay projects, including details, progress, and funding.
- Clearance and Forms: Streamline the process of issuing and managing barangay clearances and official forms.
- Barangay Officials Directory: Maintain an up-to-date directory of barangay officials, including roles and terms.
- Reporting: Generate various reports related to resident demographics, project statuses, financial summaries, and more.
- Account Management: Securely manage user accounts and permissions within the system.
To run the Web-based Barangay Information Management System locally using XAMPP, follow these steps:
- Clone the repository:
git clone https://github.com/ambo18/Seguinon-BIMS.git
- Install XAMPP: Download and install XAMPP from here.
- Start Apache and MySQL: Open XAMPP Control Panel and start Apache and MySQL services.
- Database Setup: Use PHPMyAdmin (accessible through XAMPP) to create a new database and import the provided SQL file to set up the database schema.
- Move Files: Move the cloned repository to the
htdocs
directory of your XAMPP installation. - Access the application: Open your web browser and navigate to
http://localhost/Seguinon-BIMS
to access the Web-based Barangay Information Management System.
Once the application is set up and running, users can access the system through any modern web browser. Follow the on-screen instructions to log in, navigate through different modules, and perform various tasks as per user permissions.
Contributions to the Web-based Barangay Information Management System project are welcome! To contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes and commit them (
git commit -am 'Add new feature'
). - Push your changes to the branch (
git push origin feature/new-feature
). - Create a new Pull Request.
This project is licensed under the MIT License. Feel free to use, modify, and distribute this project for educational or commercial purposes.