Online Doubts Addressal Platform
-
Landing Page
-
Authentication
- Sign-up
- Login
- Logout
-
For Students
- Students home page.
- Shows user details.
- Doubts schedule for the entire week of every faculty member is shown.
- Filtering of table according to faculty name.
-
For Teachers
- Teacher home page.
- Shows user details.
- Doubts schedule for the entire week of logged in teacher is shown.
- Add Slots by mentioning the day and the time details.
- Remove Slot by mentioning the day and the time details.
-
Rate Limiter
- Use to limit repeated requests to APIs and/or endpoints.
git clone https://github.com/sa4k5hi/FacultyConnect.git
cd ./FacultyConnect
- Install node dependencies
npm install
npm run devstart
- The app is now running at https://localhost:3000
Feel free to contact me on LinkedIn
if (youEnjoyed) {
starThisRepository();
}