what do this :- it will provide you a platform where teacher can create class room and can start teaching online , and those student who subscribed the teacher got the notification and can join live class , so it is all about this
- mern with relational database
- webRTC,WebSocket is key or center
git clone https://github.com/prayag-ahire/learning_platform.git
cd ./learning_platformcd ./frontend-teacher
npm installcd ./frontend-studnet
npm install
cd ./backend
npm installcd ./frontend-teacher
npm run devcd ./frontend-student
npm run devcd ./backend
tsc -b
node ./dist