Logo Lanfrica

Ebo1996/birth-certificate-system

Domain:

digital infrastructure

Record type:

software
Creator:
Ebo
Host:
A full-stack PHP & MySQL web system for managing birth certificate registration, approval, and issuance for Ifaa Bulaa Kebele Administration, Ethiopia. # OBCS β€” Online Birth Certificate System A full-stack web application for managing birth certificate registrations, approvals, and issuance for Ifaa Bulaa Kebele Administration, Jimma, Oromia, Ethiopia. 🌐 **Live Demo:** obcskebele.infinityfreeapp.… --- ## Features - **Public Homepage** β€” Service overview, announcements, and community feedback - **User Dashboard** β€” Apply for birth certificates, track application status, make payments - **Admin Dashboard** β€” Manage users, announcements, hospitals, and officers - **Hospital Dashboard** β€” Submit birth records, manage records - **Kebele Staff Dashboard** β€” Manage kebele IDs, review applications - **Officer Dashboard** β€” Review and approve/reject applications, send messages - **Email Notifications** β€” Automated emails via PHPMailer on application approval - **QR Code** β€” Generated on issued certificates for verification - **Payment System** β€” Upload payment screenshot for certificate fee - **Role-based Login** β€” Separate login for Admin, Hospital, User, Kebele Staff, Officer --- ## Tech Stack | Layer | Technology | |-------|-----------| | Frontend | HTML, CSS, Bootstrap 5, JavaScript | | Backend | PHP (MySQLi) | | Database | MySQL | | Email | PHPMailer (Gmail SMTP) | | QR Code | phpqrcode library | | Hosting | InfinityFree | --- ## Project Structure ``` OBCS/ β”œβ”€β”€ ADMIN/ # Admin dashboard pages β”œβ”€β”€ assets/ # Images and uploaded files β”œβ”€β”€ hospitaldashboard/ # Hospital dashboard pages β”œβ”€β”€ image/ # UI icons β”œβ”€β”€ images/ # Static images β”œβ”€β”€ kebeledashboard/ # Kebele staff dashboard pages β”œβ”€β”€ officer/ # Officer dashboard pages β”œβ”€β”€ phpqrcode/ # QR code generation library β”œβ”€β”€ public/ # Login and signup pages β”œβ”€β”€ setup/ # Database connection & SQL files β”‚ β”œβ”€β”€ dbconnection.php β”‚ └── missing_tables.sql β”œβ”€β”€ userdashboard/ # User dashboard pages β”œβ”€β”€ vendor/ # PHPMailer and other dependencies └── …