Code Monkey home page Code Monkey logo

pingyourpackage's Introduction

#PingYourPackage Project PingYourPackage: Small city delivery company's HTTP API application (the sample application of the Pro ASP.NET Web API book).

##Run the Application To run the application successfully on your local environment, you need to perform a few steps first:

  1. Make sure you at least have Visual Studio 2012 or Visual Web Developer Express 2012 installed on your machine.
  2. Open up an elevated PowerShell command prompt.
  3. Make sure that your ExecutionPolicy set to Unrestricted. You can run the Get-ExecutionPolicy PowerShell command to see your execution policy. If it's not set to Unrestricted, run the following command: Set-ExecutionPolicy Unrestricted
  4. After setting your execution policy properly, navigate to PingYourPackage solution's root folder and run the following command: .\AddIISExpressCertToTrustedStore.ps1 This will make the IIS Express' development SSL certificated into the Trusted Root Certificates store.

After these steps, open up the solution on Visual Studio or Visual Web Developer Express. Click on the solution and press ALT + ENTER to bring up the Solution Property Pages dialog window. From there, navigate the Startup Project tab and set the following project as the startup project (put them in the same order):

  • PingYourPackage.API.WebHost
  • PingYourPackage.API.Client.Web

You're all done! Hit F5 (or CTRL + F5) to get the application up and running.

##Development Workflow master branch only holds the latest stable version of the product. Navigate to dev branch in order to see latest work.

##Pull Requests & Branching Every feature must be developed under a so-called feature branch and that branch must be brached off from dev branch.

Pull Requests should be targeted to dev branch, not master! Before sending the PR, make sure you have the latest dev branch merged into you feature branch.

#License and Copyright This project licensed under MIT license.

pingyourpackage's People

Contributors

aliostad avatar chrissimmons avatar tugberkugurlu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.