Skip to content

Latest commit

 

History

History
64 lines (34 loc) · 2.27 KB

README.md

File metadata and controls

64 lines (34 loc) · 2.27 KB

Fresh Start Guide Platform

Implementation Overview

Problem: Students often find it hard to connect and share resources like notes or advice, especially newcomers.

Solution Overview: Our project addresses these challenges with the Fresh Start Guide platform, offering these key features:

Multi-Mode Communication

  • Students can connect through chat, audio, and video calls for real-time interaction.
  • Enables seeking help, discussing topics, and effective collaboration.

Screen Sharing

  • Share screens during video calls, useful for explaining concepts and presentations.

Notes Sharing

  • Upload and share notes to promote collaborative learning and knowledge exchange.

Blogging

  • Users can write and publish blogs for inspiration and guidance, helping newcomers.

Available Scripts

Make sure to run npm install before running any script.

In the /frontend directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:5173 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

In the /backend directory, you can run:

npm start

Check all the PORTs given and make little configuration according to it .
Use MongoDB localhost or Atlas for the database connection .

To configure Video Chatting system in the /video_chat/googlersvideochat directory to build the app run :

npm run web

Highlights

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot