GitHub - zmurodov/YouTube-ASP.NET · GitHub
Skip to content

zmurodov/YouTube-ASP.NET

Folders and files

Repository files navigation

YouTube-ASP.NET

YouTube-ASP.NET is a simple ASP.NET Core MVC application that allows you to create your channel and upload videos like youtube.

Features

  • 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.

Some screenshots

alt text Home page

alt text Login page

alt text Register page

alt text Admin panel

alt text Edit profile page

alt text View profile page

alt text Upload video page

alt text View video page

alt text Home page

Demo video: https://github.com/zmurodov/YouTube-ASP.NET/assets/37672731/6fd3f358-c71d-461e-8013-0c023136120f

Installation

To set up the project locally, follow these steps:

  1. Clone the repository using the following command:
git clone https://github.com/zmurodov/YouTube-ASP.NET.git
  1. Navigate to the project directory:

    cd YouTube-ASP.NET
  2. Restore the required NuGet packages:

    dotnet restore
  3. Build the solution:

    dotnet build
    
  4. Run the project:

    dotnet run
    
    

Usage

Open your web browser and navigate to the running application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors