-
Tuition to all is a centralized lms system that allows every institute, teachers and students to connect to together
-
TuitionToAll-v2 is a comprehensive redevelopment of our TuitionToALl-v1 backend API, transitioning from v1.0.0 to v2.0.0. This overhaul aims to introduce
- Enhanced features.
- Resolve current bugs.
- Improve overall performance.
-
In this system users have 3 three roles which are institute, teacher and student.Each role has own functionalities like creating courses,adding assignments downloading etc.
- Verify user by jet token
- Get all users by email
- Get teachers and students by first name
- Get all students
- Get all teachers
- get all institutes
- Get institutes by institute name
- Update institute details (without password and email address)
- Update teacher details (without password and email address)
- Update student details (without password and email address)
- Disable users own account
- User Registration
- User Login
- Verify user by jet token
- Get all users by email
- Get teachers and students by first name
- Get all students
- Get all teachers
- get all institutes
- Get institutes by institute name
- Update institute details (without password and email address)
- Update teacher details (without password and email address)
- Update student details (without password and email address)
- Disable users own account
All features and steps to setup this project on your computer are described in the github wiki page of this project.