Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.86 KB

File metadata and controls

22 lines (15 loc) · 1.86 KB

Parts Unlimited - The Sample Application

Parts Unlimited is an example eCommerce website site based for training purposes on the website described in chapters 31-35 of The Phoenix Project, by Gene Kim, Kevin Behr and George Spafford, © 2013 IT Revolution Press LLC, Portland, OR. Resemblance to “Project Unicorn” in the novel is intentional; resemblance to any real company is purely coincidental.

The website includes product listings by category, product details, shopping cart, order history, product recommendations, search, and more.

Key Features of the Parts Unlimited sample application

  • Modern HTML5 responsive layout using bootstrap for mobile, tablet, and PC
  • Application is build with ASP.NET Core
  • Designed for Azure Websites, support for staging slots, testing in production, and environment variables for feature flags (to turn off recommendations)
  • Basic administration pages to add or edit product information
  • Works with Visual Studio 2017
  • Supports multiple authentication options including Azure Active Directory, Google, and Facebook
  • Entity Framework code-first using SQL Azure or an in-memory database (Mono)
  • Includes Azure Resource Manager (ARM) JSON templates and PowerShell automation scripts to easily build and provision your environment

The original source code of the application is available of GitHub. The code we will be using has been slightly adapted for this workshop. Media Elements and Templates. You may copy and use images, clip art, animations, sounds, music, shapes, video clips and templates provided with the sample application and identified for such use in documents and projects that you create using the sample application. These use rights only apply to your use of the sample application and you may not redistribute such media otherwise.

Back to Labs overview.