My favorites | Sign in
Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
Blogs:
Feeds:
Groups:
People details
Project owners:
  mikehadlow
Project committers:
iain.holder, TheTechnologist, Jeremy.Skinner, ghound

Suteki Shop

Suteki Shop is an eCommerce application. The orginal aim is to write a site for a fashion retail business.

It's based on the following technologies:

Built using TDD with the following tools:

A working instance of Suteki Shop is maintained here: http://sutekishop.co.uk/ Note that this is somewhat out of date now.

The first commercial customer of Suteki Shop is Jump the Gun, a 'Mod' fashion retailer based in Brighton, UK: http://www.jumpthegun.co.uk/

The main author is Mike Hadlow. His blog can be found here: http://mikehadlow.blogspot.com, and here are some Suteki Shop related posts

The suteki shop discussion group is here: http://groups.google.com/group/sutekishop

How to get the project working

  1. Get the MVC Framework http://www.asp.net/MVC/ and install it.
  2. Get the latest version of the code (use a subversion client such as http://tortoisesvn.tigris.org/). Alternatively you can download a copy of the source here: http://code.google.com/p/sutekishop/downloads/list but it will most likely be an older version.
  3. You should be able to build Suteki.Shop.sln and run all the unit tests.
  4. Create a new database called SutekiShop
  5. In the Database folder in the root directory of the source you will find a collection of numbered SQL scripts. Run them into a database called 'SutekiShop' in numbered order.
  6. If you don't use windows integrated security and an instance called 'SQLEXPRESS', change the connection string in Windsor.config defined in the IConnectionStringProvider service.
  7. You should be able to hit Shift-F5 and the web site should run without any errors

You can log in as administrator using email='admin@sutekishop.co.uk' password='admin'. The login link is on the bottom right of the home page.

You can then add categories by clicking on the category menu and then 'add category' You can add products by clicking on a category and then add product.

Happy shopping!









Hosted by Google Code