Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 2.28 KB

README.md

File metadata and controls

42 lines (36 loc) · 2.28 KB

Toggle API

Building Toggle API using ASP.NET Core

Frameworks - Packages - Patterns - Features used

Installation Instructions (1)

Installation Instructions (2) - Visual Studio

  1. Open the solution in Visual Studio 2017
  2. Build and run the ToggleApi project

Installation Instructions (2) - Without Visual Studio

  1. Clone or download the repository
  2. Open a terminal/cmd
  3. Open ToggleApi folder in your favorite text editor (preferably VS Code). If you get a message Required assets to build and debug are missing from your project. Add them?, click Yes
  4. Navigate to ToggleApi and run dotnet restore
  5. While at ToggleApi run dotnet run

Microsoft Azure Deployment

See how to deploy an ASP.NET Core web app on Microsoft Azure here.

Fix of issue related with routes with similar query string

Please see more information about the issue in here Routes with similar query string