Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 1.68 KB

File metadata and controls

68 lines (50 loc) · 1.68 KB

StreamSphere

StreamSphere logo

"One Platform, Infinite Worlds."

A full-stack streaming platform built with Next.js and Node.js, featuring user authentication, media management, watchlists, and subscription plans.

Design

The design for this project was created in Figma.

Due to GitHub’s file size limits, the original .fig file is not stored in this repository. For review purposes, exported design screens and flows are included here.

Figma Source

View-only access: StreamSphere - Figma Design

Local Install

Prerequisites

  • Node.js (v18 or higher)
  • MongoDB
  • npm or yarn

Installation

Clone the repository

git clone <repository-url>
cd StreamSphere

Backend:

cd server
npm install

Frontend:

cd frontend
npm install

Contributions

See Contributing.md for contribution guidelines. Thanks for your interest in contributing! ❤️

Notes

  • The Figma file contains the full UI/UX design.
  • Screens in this repo reflect the latest approved design.
  • The additional changes are also completed.
  • This is the source of truth for the frontend and backend implementation.
  • Install the dependencies.
  • run using 'npm run dev'

⭐ If you like this project, consider giving it a star!