Tibyan is an Android mobile application designed to digitize the management of Quranic schools in Algeria. with a centralized platform for administrators, teachers, and parents.
- User and account management
- Halaqat and classroom management
- Payment tracking (paid / late / exempt)
- System-wide announcements
- Record daily attendance
- Track Hifd (memorization) progress
- Track Muraja'a (revision) progress
- View student history
- View child's attendance
- Track child's memorization progress
- Monitor payment status
- Receive announcements
git clone https://github.com/raouf171/quranic-school-system
cd Backend
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
php artisan serve