LearnLive is an online platform, with all the operations of having an online coding class, with live access to teachers for student’s code on their screen, chat for parents and teachers for uninterrupted and transparent communication, and LMS for sharing materials and developing lesson plans. It is an industry-funded project by WEEPRO CODERS.
Ask the author of this repository for .env files which cannot be downloaded directly from the repo due to security reasons. Afterwards,
Open main folder in 2 terminals
Terminal 1:
cd backend
npm install
npm start
Terminal 2:
cd frontend
npm install
npm start
-
Ability to submit quizzes and assignments
-
Multiple profiles
-
Upload and view assignments
-
Admin Panel
-
Make video calls using Zoom
-
Control Panel
-
Calendar
-
Upload and take quizzes
-
Collaborative Coding
-
Certificate Generation
-
Chat and forums using Discord
git pull origin main
git checkout -b frontend-work // branch name
git add .
git commit -m "Added log in and sign up page" // commit message
git push origin frontend-work