This is a web application which facilitates the students to book a seat for in-person class.The tool will then assign the slot to students who want to attend the class physically. It also provides the faculty with the stats about the number of students attending the class in-person.
-
Frontend
1.ReactJS
2.Material UI
-
Backend
1.NodeJS
2.MongoDB (Database)
git clonehttps://github.com/shwetagurnani/Microsoft-Engage-21.git
cd server
npm install
npm start
cd client
npm install
npm start