This is an e-commerce web application built with ASP.NET MVC and Identity for user authentication and authorization. It was created as a learning project to get hands-on experience building a functional online store with common e-commerce features.
- User registration and login with Identity
- Product catalog browsing and search
- Shopping cart
- Admin portal to manage products, categories and users
- ASP.NET MVC
- Entity Framework
- SQL Server
- Bootstrap
- jQuery
- Clone the repository
- Open the solution file in Visual Studio
- Build the project
- Run database migrations to create the database schema
- Launch the application
The default credentials to access the admin portal are:
Username: admin@deneme.com
Password: Password.1234
Overall this project gave great exposure to common patterns and practices in building e-commerce sites with ASP.NET MVC. There are many opportunities to continue adding features and enhancing the application.