LiveMind - A web platform for building and managing live online classes. This project is done for my college mini project :) Traditional education is the oldest form of delivering education to students through face to face interaction between teachers and students. The traditional education system needs to be revised in order to continue delivering education successfully in the present scenario which we called the digitized world. Online learning offer flexibility, affordable cost, and a variety of academic opportunities. In case of a pandemic the distance learners who want to experience learning on campus can enroll in the web platform where they can learn a courses, which blends classroom instruction with online learning with the help of live video teaching. This project is about developing a digitized solution for the education system.
https://intense-inlet-22111.herokuapp.com/
Slides: https://docs.google.com/presentation/d/1CKoMBWhkFkcRZj0s2sbUXDlTa5IEMEQV_klhIJ-gEgg/edit?usp=sharing Backend used by instagram: https://myslide.cn/slides/11172 webrtc: https://www.innoarchitech.com/blog/what-is-webrtc-and-how-does-it-work peerjs: https://peerjs.com/#:~:text=PeerJS%20simplifies%20WebRTC%20peer%2Dto,connection%20to%20a%20remote%20peer Youtube resources: https://www.youtube.com/watch?v=2Z2PDsqgJP8 https://www.youtube.com/watch?v=FExZvpVvYxA
Clone the project
git clone https://github.com/sivasankaranxyz/LiveMind.git
Go to the project directory
cd LiveMind
Install dependencies
npm install
Start the server
npm run start