Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 2.08 KB

File metadata and controls

64 lines (41 loc) · 2.08 KB

AttendanceMS

Attendance Management System

  • Web App + Android App
  • Offline Attendance Facility in App ( attendance can be taken even when offline).

Web App

Welcome Page

Welcome

Dashboard Page

Dashboard

Take Attendance Page

TakeAttendance

View Attendance Overview Page

ViewAttendance

View Attendance Page

ViewAttendance

Android App

  • Java
  • Sqlite

Login

Login

Welcome

Welcome

Home

Home

Dashboard

Dashboard

Dashboard

Dashboard

Installation for Server

  • clone the repository.
  • run "composer install"
  • run "php artisan key:generate"
  • create a .env file
  • add the necessary details to the env variable
  • open with apache
  • done

Installation for App

  • Open with Android Studio