Skip to content

CineStream app helps managing streaming platforms, media and users in the DB easily.

Notifications You must be signed in to change notification settings

yelizsevinc/CineStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CineStream

CineStream project helps managing streaming platforms, media and users in the DB.

Features

Platforms

  • List the platforms in the DB
  • Delete a platform from the DB
  • List the users of a platform in DB
  • List the shows of a platform in DB

Shows

  • List the shows in the DB
  • Delete a show from the DB

Users

  • List the users in the DB
  • Delete an user from the DB
  • List the shows of a user in DB

Tech Stack

  • Blazor WebAssembly
  • .NET 8.0
  • Entity Framework Core
  • Azure Data Studio
  • Bootstrap 5
  • Blazority

Quick Start

  1. Clone the repository: git clone [email protected]:yelizsevinc/CineStream.git
  2. Navigate to the project directory: cd CineStream/CineStream
  3. Restore dependencies: dotnet restore
  4. Update the connection string in appsettings.json to match your database.
  5. Start the application: dotnet run