You can use this course management system to manage your students, teachers, parents, classes, timetable of classes, exam grades and attendance records.
pip install -r requirements.txt
cd frontend
npm install
uvicorn app:app --reload
cd frontend
npm run dev