Logo Lanfrica

Ausrael99/Volunteer-Platform-Sudan

Domaine:

digital infrastructure

Type de record:

software
Créateur:
Aus
Hôte:
A PHP-based graduation project that serves as an online volunteering portal in Sudan. It allows volunteers to register, apply for opportunities, and interact with organizations managing community projects. # Volunteer-Platform-Sudan 🇸🇩 A PHP-based graduation project that serves as an online volunteering portal in Sudan. It allows volunteers to register, apply for opportunities, and interact with organizations managing community projects. ## Abstract An online **volunteer portal** designed to connect **volunteers** with **organizations and community initiatives** across Sudan. This application provides the ability for volunteers to create accounts, build profiles, upload resumes, search for volunteer opportunities, and apply to projects. Organizations can register, post volunteer opportunities, view applicants, and manage their campaigns. ## 🎯 Key Features - Volunteer registration and login system - Profile creation and resume upload - Search and apply to volunteer projects - Organization account management - Posting and managing volunteer opportunities - Admin panel for system oversight - Email verification (optional) - Simple user interface based on PHP & MySQL ## 🎓 Graduation Project Info This project was developed as part of my **Bachelor's degree final year project** in **Information Technology** at **Nile University**, Sudan (2025). Its aim is to **promote social impact and civic engagement** through a digital platform that makes volunteering easier and more accessible across Sudan. 🔐 All login credentials, emails, and database content are for **testing and demonstration purposes only**. ## 🚀 How to Set Up Locally 1. Create a MySQL database named `volunteers` 2. Import the provided `volunteers.sql` file (contains sample users and organizations) 3. Configure database connection in `db.php`: ```php $servername = "localhost"; $username = "root"; $password = ""; $dbname = "volunteerportal"; ``` ## Volunteer Accountّّّّّّ: //Note2: All Password are encrpyted through code so you CANNOT change password directly from database. ``` Email: Osmano123@gmail.com Password: 123456 ``` ## Organization Account: //Note2: All Password are encrpyted through code so yo …

Licenses