Yet another online sports store built with ASP.NET MVC 4.

Yet another online sports store will have the following features
  1. Online catalogue
    • Allow users to browse catalogue by category and paging
    • Status: Done
  2. Shopping cart
    • Allow users to add and remove products to their shopping cart
    • Status: Done
  3. Checkout
    • Enter their shipping details
    • Status: Done
  4. Admin page
    • Place for admin to manage the catalogue
    • Status: On progress
  5. Search functionality
    • Allow users to search an item based on category
    • Status: Not Started

Main goal:
  1. Learn how to use Moq, Ninject and MSTest
  2. Know how to design a better architecture for ASP.NET MVC application