Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 756 Bytes

README.md

File metadata and controls

39 lines (20 loc) · 756 Bytes

Scheduler

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.

Technology Stack

  • Frontend

    1.ReactJS

    2.Material UI

  • Backend

    1.NodeJS

    2.MongoDB (Database)

Instructions to Install and Setup

Download the Zip or clone the repository using command :

git clonehttps://github.com/shwetagurnani/Microsoft-Engage-21.git

Open One terminal and enter following commands

cd server

npm install

npm start

Open Second terminal and enter following commands

cd client

npm install

npm start