Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 866 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 866 Bytes

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