The frontend for the marks managment system which is aimed to be used by universities and other educational institutes.
- node, npm, pnpm
- Vscode
- Git
- Git clone the directory
- Inside the directory
marks-mgmt-frontend
Run:pnpm install cp .env.example .env
- Edit
.env
file as required - Run in dev mode:
pnpm run dev
- Run in production mode:
pnpm run prod
Note: Run pnpm run lint-fix
to fix auto-fixable linting problems
- Supports Multiple User Type (Admin, Teacher, Student, ExamHead)
- Supports Bulk Data Import (csv)
- Student can view their marks, syllabus and other details.
- Teacher can add, view marks for their courses
- Admin can overview overall processes of the system.
- Supports multiple academic divisions: faculties, departments, programs and syllabus
- Supports more: Semester upgrade, marks mgmt and export, role mgmt, course mgmt,....