YouTube-ASP.NET is a simple ASP.NET Core MVC application that allows you to create your channel and upload videos like youtube.
- Login and register.
- Admin panel.
- Managing profile.
- Managing videos.
- Search for videos based on title.
- Display a list of videos with thumbnails, titles, and channel information.
- View detailed information about a selected video, including likes, dislikes, and comments.
- Simple and intuitive user interface.
Demo video: https://github.com/zmurodov/YouTube-ASP.NET/assets/37672731/6fd3f358-c71d-461e-8013-0c023136120f
To set up the project locally, follow these steps:
- Clone the repository using the following command:
git clone https://github.com/zmurodov/YouTube-ASP.NET.git-
Navigate to the project directory:
cd YouTube-ASP.NET -
Restore the required NuGet packages:
dotnet restore
-
Build the solution:
dotnet build
-
Run the project:
dotnet run
Open your web browser and navigate to the running application.









