{"id":18898539,"url":"https://github.com/msaf9/student-attendance-management-system","last_synced_at":"2026-05-13T20:35:02.927Z","repository":{"id":109173495,"uuid":"396046890","full_name":"msaf9/student-attendance-management-system","owner":"msaf9","description":"A relational database to maintain university student records.","archived":false,"fork":false,"pushed_at":"2024-04-21T17:18:57.000Z","size":28,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T15:36:06.320Z","etag":null,"topics":["database","mysql","sql"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msaf9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-14T15:19:44.000Z","updated_at":"2025-03-25T05:46:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"d07c0bce-f1fd-4c8a-beba-1933d7da3c1c","html_url":"https://github.com/msaf9/student-attendance-management-system","commit_stats":null,"previous_names":["msaf9/student-attendance-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/msaf9/student-attendance-management-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msaf9%2Fstudent-attendance-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msaf9%2Fstudent-attendance-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msaf9%2Fstudent-attendance-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msaf9%2Fstudent-attendance-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msaf9","download_url":"https://codeload.github.com/msaf9/student-attendance-management-system/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msaf9%2Fstudent-attendance-management-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32999515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","mysql","sql"],"created_at":"2024-11-08T08:43:04.433Z","updated_at":"2026-05-13T20:35:02.908Z","avatar_url":"https://github.com/msaf9.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e Student Attendance Management System Database \u003c/h1\u003e\n\nThis repository consists of queries related to a relational database to maintain university student records, which have various tables storing different information affiliated with students.\n\n\u003ch2\u003eTable of contents\u003c/h2\u003e\n\n- [Introduction](#introduction)\n  - [Course information](#course-information)\n  - [Database information](#database-information)\n    - [Tables](#tables)\n- [Relational Databases](#relational-databases)\n- [Project status](#project-status)\n- [Installation](#installation)\n  - [Get repository](#get-repository)\n  - [Example to create DATABASE - SQL query](#example-to-create-database---sql-query)\n- [License](#license)\n\n## Introduction\n\nThis repository contains the SQL scripts and MySQL database design for efficiently managing student attendance. The project is designed to simplify attendance tracking for educational institutions. It offers a comprehensive database schema and SQL queries to handle various aspects of attendance management, including student registration, course enrollment, and attendance recording. The project focuses on simplicity, scalability, and reliability, aiming to provide a solid foundation for building attendance management systems customized to the needs of schools, colleges, and universities.\n\n### Course information\n\n- Course Name: Database Systems\n- Course Code: 15CS2007\n- Course Credits: 4\n- Academic Year: 2017\n\n### Database information\n\n#### Tables\n\n1. attendence\n2. course\n3. professor\n4. room\n5. section\n6. student\n7. student_course\n\n## Relational Databases\n\n- SQL\n- Database Management System: MySQL\n\n## Project status\n\n\u003e **Completed**\n\n## Installation\n\n### Get repository\n\n```git\ngit clone https://github.com/msaf9/student-attendance-management-system.git\ncd student-attendance-management-system\n```\n\n### Example to create DATABASE - SQL query\n\n```sql\nCREATE DATABASE `studentattendancemanagementsystem`;\nUSE studentattendancemanagementsystem;\n```\n\n## License\n[MIT LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsaf9%2Fstudent-attendance-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsaf9%2Fstudent-attendance-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsaf9%2Fstudent-attendance-management-system/lists"}