NextCart is a full-stack e-commerce web application built with ASP.NET Core MVC and Entity Framework Core.
The project provides a complete online shopping workflow including authentication, product management, cart system, checkout, and order tracking.
- User Registration & Login
- ASP.NET Core Identity
- Role-based Authorization (Admin/User)
- Add Products
- Edit Products
- Delete Products
- Product Listing
- Add to Cart
- Remove from Cart
- Quantity Management
- Place Orders
- Order Confirmation
- Total Price Calculation
- User Order History
- Admin Order Panel
- Order Status Update
- Pending
- Processing
- Shipped
- Delivered
- ASP.NET Core MVC
- Entity Framework Core
- SQL Server
- ASP.NET Identity
- Bootstrap
- C#
- Razor Views
NextCart/
│
├── Controllers/
├── Models/
├── Views/
├── Data/
├── wwwroot/
└── Migrations/