Skip to content

msaadi3/VideoTube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VideoTube

A full-stack project that combines the functionalities of YouTube and Twitter in a single application. The project is structured as a monorepo, with separate directories for the backend and frontend.

Features

  • YouTube-like video uploading, viewing, and commenting.
  • Twitter-like tweeting, following, and interacting with tweets.
  • User authentication and profile management.
  • Responsive design for desktop and mobile.

Project Setup

Backend Setup

  1. Navigate to the backend folder:
    cd backend
  2. Install dependencies:
    pnpm i
  3. Start the backend development server:
    pnpm dev

Frontend Setup

  1. Navigate to the frontend folder:
    cd frontend
  2. Install dependencies:
    pnpm i
  3. Start the frontend development server:
    pnpm dev

Preview

Here are some screenshots of the application:

Home Playing Videos Channel Update Channel Info

Tech Stack

  • Frontend: React, Vite, Tailwind CSS, Shadcn
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Authentication: JWT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published