https://github.com/emirshn/course-management-system
Course management system to manage your students, teachers, parents, classes, timetables, exam grades and attendance records.
https://github.com/emirshn/course-management-system
course-management education school-management
Last synced: 5 months ago
JSON representation
Course management system to manage your students, teachers, parents, classes, timetables, exam grades and attendance records.
- Host: GitHub
- URL: https://github.com/emirshn/course-management-system
- Owner: emirshn
- Created: 2021-12-27T17:29:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T05:24:43.000Z (over 1 year ago)
- Last Synced: 2024-10-16T02:24:12.407Z (7 months ago)
- Topics: course-management, education, school-management
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Course Management System
You can use this course management system to manage your students, teachers, parents,
classes, timetable of classes, exam grades and attendance records.## Installing
```bash
pip install -r requirements.txt
cd frontend
npm install
```## Running
```bash
uvicorn app:app --reload
cd frontend
npm run dev
```## Preview

*Login Page*
*Courses Page*
*Classes Page*
*Students Page*
*Course Teachers Page*
*Exam Results Page*## Credits
- [Refine](https://github.com/pankod/refine)
- [FastAPI](https://github.com/tiangolo/fastapi)