Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Latest commit

 

History

History

AdventureWorks.Shopper

AdventureWorks UWP Sample

Getting Started

This app uses an (included) api for it's back-end. The api AdventureWorks.WebServices must be running for the app to work. It's configured to use IISExpress but will work with IIS as well (using localhost on port 2112).

  1. Start the website
  2. Select x86 or x64 (to run on your local machine)
  3. Select AdventureWorks.Shopper from the list of projects
  4. Select Local Machine and start the app.

If you get the app error "Service is unreachable" make sure the api is running by visiting http://localhost:2112