Skip to content

My first laravel project(GPS Attendance Management)

License

Notifications You must be signed in to change notification settings

zkenstein/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

About

My first laravel project(GPS Attendance Management)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 64.0%
  • HTML 35.7%
  • Vue 0.3%