Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sohailmahmud/attendance
Advanced School/College Attendance Management System.
https://github.com/sohailmahmud/attendance
Last synced: 2 months ago
JSON representation
Advanced School/College Attendance Management System.
- Host: GitHub
- URL: https://github.com/sohailmahmud/attendance
- Owner: sohailmahmud
- Created: 2020-03-12T07:06:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T10:08:42.000Z (over 3 years ago)
- Last Synced: 2023-04-29T00:16:21.305Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 232 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Attendance Management System
========================The project is meant to create an advanced attendance taking system to help teachers, students and college administration by automating the entire process. It is designed keeping scalability and code- reusability in mind, which means that the same project can be altered by changing few variables to get desired results. Furthermore, there’s scope of adding more functionality without disturbing any of the existing one. This is made possible by using Object Oriented Programming, a Modular for designing web service, and following large parts of MVC model. This allows us to extend the project to mobile applications and other environments.