Skip to content

1100594/ToggleApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages