https://github.com/tharunkumarreddypolu/lab-attendance-system-using-web-app-and-rfid
A web application project implemented to automate the process of attendance system in schools, colleges and other educational institutions.
https://github.com/tharunkumarreddypolu/lab-attendance-system-using-web-app-and-rfid
cpp css html nodemcu php rfid
Last synced: 3 months ago
JSON representation
A web application project implemented to automate the process of attendance system in schools, colleges and other educational institutions.
- Host: GitHub
- URL: https://github.com/tharunkumarreddypolu/lab-attendance-system-using-web-app-and-rfid
- Owner: TharunKumarReddyPolu
- Created: 2021-07-27T15:45:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T19:17:38.000Z (over 3 years ago)
- Last Synced: 2025-02-09T19:41:26.541Z (over 1 year ago)
- Topics: cpp, css, html, nodemcu, php, rfid
- Language: C++
- Homepage:
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lab-Attendance-System-using-Web-App-and-RFID

“Lab Attendance system using web app & RFID” is a project implemented to automate the process of attendance system in schools, colleges and other educational institutions.
Firstly, we created a table using database through SQL which consists of all the RFID tag details that are allocated uniquely for each and every student upon registration and this table also stores the name of the student, their in time and out time in periodic basis.This database acts as a back end module for our project.
Secondly, we have designed a web application where the data of the student attendance in a particular time stamp will be displayed. This acts as a front-end module for our project.
Further we integrated the front-end web app to the RFID technology hardware circuit which scans the tag given to the student based on their in time and out time and the data will be accessed by the faculty.