AttendanceMS
AttendanceMS copied to clipboard
Attendance Management System For Schools and Colleges
AttendanceMS
Attendance Management System
- Web App + Android App
- Offline Attendance Facility in App ( attendance can be taken even when offline).
Web App
- Laravel PHP
- MySQL
Installation for Server
- clone the repository.
- cd AttendanceMS-Server
- docker run --rm -v $(pwd):/app composer install
- docker-compose up -d
- docker-compose exec web php artisan migrate
- docker-compose exec web php artisan key:generate
- open http://localhost:8080/
- done
Installation for App
- Open with Android Studio 2
- use gradle 3.3
- use android plugin 2.3.3
Welcome Page

Dashboard Page

Take Attendance Page

View Attendance Overview Page

View Attendance Page

Android App
- Java
- Sqlite
Login

Welcome

Home

Dashboard

Dashboard
