Skip to content

kirth123/OnlineTutors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Tutors

image

This website allows tutors and students to talk to each other over video chat and draw on a collaborative whiteboard. It uses React and Node.js for the frontend and backend services respectively and both run on Docker containers. It uses MongoDB for the database and Zoho Mail to mailing services. You can visit the site at https://onlinetutorstoday.net. The site uses the WebRTC protocol for video connections and WebSockets for the whiteboard feature.

Title icon logo designed by Frank Tremmel from ClipSafari (https://www.clipsafari.com/clips/o245570-colorful-book-stack). Licensed under CC0.

Testing

You can run the unit tests for the React components by running these commands (after cloning my repo).

cd frontend
npm install
npm install --save-dev jest
npm test 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published