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.
- Tutorial Title: Step by Step: Building a .NET Core MVC 6 Project
- YouTube Link: Watch Tutorial
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.
Check out the live version of the Movie Store project: Movie Store Live Project
Follow these steps to run the project locally:
-
Clone the Repository:
git clone https://github.com/Deboraj-roy/Movie-store.git -
Navigate to the Project Directory:
cd Movie-store -
Install Dependencies:
dotnet restore -
Run the Application:
dotnet runThe application should now be accessible at
http://localhost:5000(orhttps://localhost:5001).
- ASP.NET MVC
- Entity Framework
- HTML, CSS, JavaScript
The project is live and can be accessed at Movie Store Live Project
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.
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!