Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pranavsuriya-sr/dbspproject
https://github.com/pranavsuriya-sr/dbspproject
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pranavsuriya-sr/dbspproject
- Owner: pranavsuriya-sr
- Created: 2024-05-09T14:27:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T14:58:12.000Z (8 months ago)
- Last Synced: 2024-05-13T16:21:35.908Z (8 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STUDENTS MARK MANAGEMENT SYSTEM
## Problem Statement:
Design and develop a comprehensive Student Mark Management System that facilitates efficient management of student academic records, assessments, attendance, and related information for educational institutions. The system is capable of providing separate interfaces for students, faculty, and administrators, ensuring secure access to relevant features and data## ENTITY:
Students:
Name, roll number, semester, email_address
Course:
Name, years
Subject:
Subject_code,credits
Teacher:
Name, teacher_id, title
Department:
Department_id, Department_name
Student login:
Roll_number, Password, Email_address
Teacher login:
User_name, Password, email_address
Marks:
Internal, external, Total marks, Subject ID, Roll Number## RELATIONSHIPS:
• Course - Student (Many - One)
• Student - Student Login (One - One)
• Marks - Student Login (Many - One)
• Marks - Teacher Login (Many - Many)
• Teacher - Teacher Login (Many - Many)
• Student - Department (One - One)