Skip to content

Ekus/MyPictures

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyPictures Sample

MyPictures is a ASP.NET Web API sample application for exposing Pictures in Blob storage. It also has a simple web interface to consume the services.

The sample was built using ASP.NET MVC 4, ASP.NET Web API, jQuery and Windows Azure Storage for the underlying data store.

Prerequisites

Running the Sample Locally

  1. Start the Windows Azure Storage Emulator.
  2. Open Visual Studio 2012.
  3. Compile the solution. The NuGet packages dependencies will be automatically downloaded and installed.
  4. Set the MyPictures.Web as startup project and press F5.

Running the Sample in Windows Azure

  1. To run this sample on the cloud you need a Windows Azure Subscription. If you don't have a Windows Azure account, you can sign up for a free trial here.
  2. This sample requires a storage account for storing pictures and tags. When running the sample on the cloud you need to make the sample work against a cloud storage account.
  3. Open Web.config from the MyPictures.Web project. Replace the placeholder in the (WAZStorageAccount) appSetting value for the storage account with the values obtained previously from Windows Azure's portal.

Detailed Instructions

A set of detailed instructions on how to set up the sample can be accessed on the sample's GitHub.com repository page.

MSDN Samples Site

This sample is also provided via the MSDN Windows Azure Samples Site. You can download the code for the sample from MSDN here.

WPF test/demo client

This WPF sample test client demonstrates posting to the the web api. Upon receiving the resource location from a successful post a Qr Code is generated representing the URL to the resource as well as displaying the posted image.

About

MyPictures is a ASP.NET Web API sample application for exposing Pictures in Blob storage. It also has a simple web interface to consume the services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.6%
  • C# 32.1%
  • Other 0.3%