Skip to content

sa4k5hi/FacultyConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FacultyConnect

Online Doubts Addressal Platform

GitHub package.json version GitHub license GitHub repo size GitHub language count GitHub top language GitHub last commit Depfu Ask Me Anything

Features

  1. Landing Page

  2. Authentication

    • Sign-up
    • Login
    • Logout
  3. 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.
  4. 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.
  5. Rate Limiter

    • Use to limit repeated requests to APIs and/or endpoints.

Instructions

  1. git clone https://github.com/sa4k5hi/FacultyConnect.git
  2. cd ./FacultyConnect
  3. Install node dependencies
    • npm install
  4. npm run devstart
  5. The app is now running at https://localhost:3000

Useful Links

Need help?

Feel free to contact me on LinkedIn


if (youEnjoyed) {
    starThisRepository();
}