Skip to content

StreamSphere is a web-based platform dedicated to streaming movies and TV series, offering a smooth, user-friendly experience for discovering and watching high-quality entertainment content.

License

Notifications You must be signed in to change notification settings

Alen983/StreamSphere

 
 

Repository files navigation

StreamSphere

"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

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'

About

StreamSphere is a web-based platform dedicated to streaming movies and TV series, offering a smooth, user-friendly experience for discovering and watching high-quality entertainment content.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.9%
  • CSS 0.1%