Skip to content

ojkalam/gps_attendance

Repository files navigation

GPS Attendance

License

About

This system will mainly track location of trainer(users). So it's not possible to give attendance without going the right place.

Installation

  • Download and run composer install
  • generate new key php artisan key:generate
  • create .env file and set database configuration then
  • migrate database run php arisan migrate
  • or create database gps_attn and import gps_attn.sql from the project folder

Login access for different roles

http://localhost/gps_attendance/public

Trainers/Teachers Login Access:
E-mail:    [email protected]
Password:  123

Only for admin(click on admin menu)
E-mail:    [email protected]
password:  admin123

Features

  • Admin can assigned Class schedule to trainers
  • Trainer will take attendance on schedule class
  • Trainer's location will be tracked through google map api
  • System will track the location, when trainer submit attendace that time location will be stored on DB