"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.
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.
View-only access: StreamSphere - Figma Design
- Node.js (v18 or higher)
- MongoDB
- npm or yarn
Clone the repository
git clone <repository-url>
cd StreamSphereBackend:
cd server
npm installFrontend:
cd frontend
npm install- 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'
