An open API service indexing awesome lists of open source software.

https://github.com/princecodes247/student-management-system-api


https://github.com/princecodes247/student-management-system-api

Last synced: 9 months ago
JSON representation

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