CineStream project helps managing streaming platforms, media and users in the DB.
- 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
- List the shows in the DB
- Delete a show from the DB
- List the users in the DB
- Delete an user from the DB
- List the shows of a user in DB
- Blazor WebAssembly
- .NET 8.0
- Entity Framework Core
- Azure Data Studio
- Bootstrap 5
- Blazority
- Clone the repository:
git clone [email protected]:yelizsevinc/CineStream.git
- Navigate to the project directory:
cd CineStream/CineStream
- Restore dependencies:
dotnet restore
- Update the connection string in appsettings.json to match your database.
- Start the application:
dotnet run