Skip to content

prayag-ahire/learning_platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WeTeach teaching application

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

what is tech-stack?

  • mern with relational database
  • webRTC,WebSocket is key or center

Clone Repo

git clone https://github.com/prayag-ahire/learning_platform.git
cd ./learning_platform

Frontend

cd ./frontend-teacher
npm install
cd ./frontend-studnet
npm install

Backend

cd ./backend
npm install

Run It

cd ./frontend-teacher
npm run dev
cd ./frontend-student
npm run dev
cd ./backend
tsc -b
node ./dist

About

i am creating learning platform. where . teacher can teach live and student can attend live class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors