An Application along with a chrome extension from which the teachers can manage students in realtime in an online class being taken on Google Meet. The Application is used to access the attendance and quiz details for both Teacher as well as Student.
1. git clone https://github.com/ParthKhanna07/teacher-pal.git
2. npm install
3. npm start
Runs the app in the development mode.<br>
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
PS:- The localhost:3000 need to be changed with localhost:PORT the PORT on which your frontend is running.
config.json file is not added as all the URL paths are hard coded. Please change the URLs according to your frontend and backend hosts URLs.
- https://github.com/ApoorvaRajBhadani/teacherpal-host - Extension for Teachers
- https://github.com/ApoorvaRajBhadani/teacherpal-attendee - Extension for Students
- https://github.com/ApoorvaRajBhadani/teacherpal-pushserver - Push notification server
- https://github.com/sahilss1499/teacherpal-backend - Python Backend