Skip to content

Scofield088/eduorbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

# EduOrbit

EduOrbit is a dynamic online learning platform that facilitates collaborative and personalized learning for students. It provides tools for resource sharing, AI-driven chat assistance, live video conferencing, and interactive group rooms to enhance engagement in education.

Features

  • Collaborative & Personalized Learning: Enables students to interact seamlessly, ensuring a more engaging learning experience.
  • Resource Sharing: Users can upload, share, and access study materials.
  • AI-Driven Chat Assistance: Provides intelligent guidance and answers to academic queries.
  • Live Video Conferencing: Conducts virtual classes, discussions, and group study sessions.
  • Interactive Group Rooms: Allows students to collaborate on projects and discussions in real time.

Tech Stack

  • Frontend: React.js
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Authentication: JWT (JSON Web Token)
  • Deployment: Vercel / Heroku

Installation & Setup

  1. Clone the repository:

    git clone https://github.com/Scofield088/eduorbit.git
  2. Navigate to the project directory:

    cd eduOrbit
  3. Install dependencies for both frontend and backend:

    cd orb1
    npm install
    cd ../backend
    npm install
  4. Set up environment variables (.env file in backend directory):

    MONGO_URI=your_mongodb_connection_string
    JWT_SECRET=your_secret_key
  5. Start the backend server:

    npm start
  6. Start the frontend development server:

    npm start

Usage

  • Sign up or log in to access EduOrbit.
  • Upload and download resources.
  • Interact with AI chat for academic assistance.
  • Join live video conferencing sessions.
  • Collaborate in group discussion rooms.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published