The Student Record System is a web-based application designed to efficiently manage student databases and facilitate updates to student details. Admins are responsible for registering students within the system, providing an effective means of record control and student tracking.
- Admin Secure Login: Ensure secure access for administrators.
- Dashboard: View key metrics such as total courses, subjects, students, and geographic data.
- Course Management: Admins can add, edit, and delete courses.
- Subject Management: Manage subjects course-wise, including adding, editing, and deleting.
- Student Registration: Easily add student details through a dedicated registration section.
- View Students: Admins can view, edit, and delete student details as needed.
- Session Updates: Keep academic sessions up to date within the system.
- Change Password: Allow admins to update their login credentials.
- Admin Profile: Update admin profile details as required.
- Logout: Securely log out of the system.
- email:
[email protected]
- password:
'3p&;_;U*g'rsqe
Below are the features implemented :
Feature | state |
---|---|
SignIn | ✅ |
change password | ✅ |
course CRUD | ✅ |
subject CRUD | ✅ |
categorise by season | 🚧 |
register students | 🚧 |
students CRUD | 🚧 |
invite students by email | 🚧 |
student SignIn | 🚧 |
student Account | 🚧 |
- ✅ Tested
- 🚧 Planned
To install the project, follow these steps:
- Clone the repository:
git clone https://github.com/AliAkram7/student-record
- Navigate to the project directory.
- Run
npm install
to install dependencies.
For more information on setting up a Supabase project, refer to the Supabase documentation.
MIT