Simple NGO Management System built with php as a Mini Project for deeper understandin of how databases are managed and work flow of it Technologies used
- BOOTSTRAP
- PHP
- MYSQL
- javaScript
- Login ,Signup ,Edit
- Manage Donors
- Admin Donors Volunteers and their roles
- Record Transactions Donated Money
- Donate Money
- Add Volunteer Tasks
- View Tasks of volunteers
Has access to all the features
Can Donate
- View Donations
- Manage Transactions
- Donate Items
The Volunteer who is Conducting Tasks
- Record Tasks
- Add Task
- xampp
- browser
- Clone this repo to your documents root e.g under
c:\xampp\htdocs\
on windows - Import the
ngo.sql
file to your database. (You can create a database called ngo using phpmyadmin and import this file into it) - open
pdo.php
file and enter your database settings
$pdo = new PDO('mysql:host=127.0.0.1;port=3306;dbname=ngo','root', '');
- Open the url to your project e.g http://localhost/NGO-Management-System