The Orphanage Database Management System is a robust, web-based application designed to efficiently manage records of orphans. Leveraging PHP for backend development and MySQL for database management ensures secure data handling and reliable performance. Additionally, it features an integrated payment gateway for secure donation processing.
- Admin Login: Secure authentication for administrators.
- Username:
admin
- Password:
admin
- Username:
- Orphan Records Management: Comprehensive storage and management of orphan details.
- Donation Management: Integrated payment gateway for accepting donations.
- Cross-Platform Compatibility: Compatible with XAMPP for Windows and LAMPP for Linux.
- Frontend: HTML, CSS, JavaScript
- Backend: PHP
- Database: MySQL
- Server: XAMPP (Windows), LAMPP (Linux)
-
Clone the Repository
git clone https://github.com/KIRAN-KUMAR-K3/Orphanage-Management-System.git
-
Move Project to Web Server Directory
- For XAMPP: Move the project to
C:/xampp/htdocs/
- For LAMPP: Move the project to
/opt/lampp/htdocs/
- For XAMPP: Move the project to
-
Start Apache and MySQL Services
- XAMPP: Use the XAMPP control panel to start Apache and MySQL.
- LAMPP: Use the terminal to start services.
sudo /opt/lampp/lampp start
-
Import the Database
- Open phpMyAdmin.
- Create a new database named
orphanage_db
. - Import the
orphanage_db.sql
file located in the project directory.
-
Access the Application
- Open your browser and navigate to
http://localhost/Orphanage-Management-System
.
- Open your browser and navigate to
-
Admin Login
- Navigate to the admin login page.
- Use the provided credentials to access the admin dashboard.
-
Manage Records
- Use the admin dashboard to add, update, or delete orphan records.
- Monitor and manage donations through the integrated payment gateway.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create Your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit Your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Kiran Kumar K - Email
Project Link: https://github.com/KIRAN-KUMAR-K3/Orphanage-Management-System