Skip to content

Deboraj-roy/Movie-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie Store - MVC ASP.NET Project

Welcome to the Dot Net Core MVC project repository! This project is a result of the in-depth guide provided in the YouTube tutorial titled "Step by Step: Building a .NET Core MVC 6 Project." The tutorial covers various aspects of building a .NET 6 MVC project from scratch, focusing on key topics such as authentication, admin panel implementation, server-side searching, pagination, and file handling. You can explore the live version of the project here.

YouTube Tutorial

  • Tutorial Title: Step by Step: Building a .NET Core MVC 6 Project
  • YouTube Link: Watch Tutorial

Project Overview

The Movie Store project is built with the aim of creating a functional and user-friendly movie store using ASP.NET MVC. The key features of this project include:

  • MVC Architecture: Employing the Model-View-Controller pattern for a structured and maintainable codebase.

  • Entity Framework: Utilizing Entity Framework for efficient database operations, including data retrieval, modification, and storage.

  • User Interface: Designing an intuitive and visually appealing user interface for an enhanced user experience.

  • Functionality: Implementing essential functionalities for a movie store, such as browsing movies, viewing details, and managing user accounts.

Live Project

Check out the live version of the Movie Store project: Movie Store Live Project

Getting Started

Follow these steps to run the project locally:

  1. Clone the Repository:

    git clone https://github.com/Deboraj-roy/Movie-store.git
    
  2. Navigate to the Project Directory:

    cd Movie-store
    
  3. Install Dependencies:

    dotnet restore
    
  4. Run the Application:

    dotnet run
    

    The application should now be accessible at http://localhost:5000 (or https://localhost:5001).

Technologies Used

  • ASP.NET MVC
  • Entity Framework
  • HTML, CSS, JavaScript

Live Deployment

The project is live and can be accessed at Movie Store Live Project

Contributions

Contributions to the project are welcome! If you have any ideas, improvements, or bug fixes, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. Feel free to use the code as a reference or for your own projects.

Thank you for exploring the Movie Store ASP.NET MVC project. Enjoy your movie-browsing experience!