Modern ASP.NET Core e-commerce solution with shopping cart functionality.
- User authentication
- Product catalog
- Shopping cart with:
- Quantity updates
- Stock validation
- Responsive design
- Checkout process
- Enhanced UI with product images
- Real-time quantity updates
- Comprehensive error handling
- Stock availability checks
- Mobile-responsive design
- Clone repository
- Configure database connection in
appsettings.json - Run migrations:
dotnet ef database update