PhpDev.App
SouravDas25/AttendanceMS

SouravDas25/AttendanceMS

Stars: 132

Forks: 102

Pull Requests: 6

Issues: 21

Watchers: 16

Last Updated: 2020-05-16 07:16:48

Attendance Management System For Schools and Colleges

License: GNU General Public License v3.0

Languages: Java, PHP, CSS, HTML, Vue, SQLPL, Dockerfile

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

See all