This repository contains a Movies Store web application built using ASP.NET Core MVC. The application allows users to browse, search, and purchase movies, while providing an admin interface for managing the movie catalog.
The Movies Store project demonstrates the development of a web application using ASP.NET Core MVC. The application includes features such as:
- Movie Catalog: Display a list of available movies, categorized by genre, and provide detailed information for each movie.
- Search Functionality: Allow users to search for movies by title, genre, or release date.
- Shopping Cart: Enable users to add movies to a shopping cart and proceed to checkout.
- User Authentication: Implement user registration, login, and role-based access control for customers and administrators.
- Admin Panel: Provide an interface for administrators to manage the movie catalog, including adding, editing, and deleting movies.
- Data Management: Use Entity Framework Core for database interactions and SQL Server as the database provider.
- Responsive Design: Ensure the application is accessible and usable on various devices, including desktops, tablets, and smartphones.
To run this project locally, follow these steps:
- Clone the Repository:
git clone https://github.com/Hagar992/Movies-Store-ASP.NET.git