Yet another online sports store built with ASP.NET MVC 4.
Yet another online sports store will have the following features
- Online catalogue
- Allow users to browse catalogue by category and paging
- Status: Done
- Shopping cart
- Allow users to add and remove products to their shopping cart
- Status: Done
- Checkout
- Enter their shipping details
- Status: Done
- Admin page
- Place for admin to manage the catalogue
- Status: On progress
- Search functionality
- Allow users to search an item based on category
- Status: Not Started
Main goal:
- Learn how to use Moq, Ninject and MSTest
- Know how to design a better architecture for ASP.NET MVC application