Skip to content

MeetPhotographer/AttendanceMS

 
 

Repository files navigation

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

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

Releases

No releases published

Packages

No packages published

Languages

  • PHP 29.4%
  • HTML 28.9%
  • Java 23.9%
  • CSS 15.7%
  • SQLPL 1.9%
  • Vue 0.1%
  • Dockerfile 0.1%