https://github.com/princecodes247/student-management-system-api
https://github.com/princecodes247/student-management-system-api
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/princecodes247/student-management-system-api
- Owner: princecodes247
- Created: 2023-07-31T17:40:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T19:59:59.000Z (almost 2 years ago)
- Last Synced: 2024-07-20T00:56:11.664Z (almost 2 years ago)
- Language: TypeScript
- Size: 1.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student Management System (SMS) API
## Description
This is a simple API for a student management system. It allows you to create, read, update and delete students and courses.
## TODO
- [ ] Create a student
- [ ] Generate a student matriculation number
- [ ] Check student result
## Part and components
- [ ] User (Admin, Lecturer, Student)
- [ ] Faculty
- [ ] Department
- [ ] Course
- [ ] Result
- [ ] Session
- [ ] TimeTable
## Thought
- Every Department should have a faculty
- Every Student should have a department
- Every course should have a department
- Every result should belong a student
- Every
## Setup
- Create at least one faculty
- Create at least one department in that faculty
- Create at least one course in that department
- Create one session