This repository contains a basic glossary CRUD Web API implemented in ASP.NET.
The following article describes the implementation details: Tutorial: Building ASP.NET CRUD Web APIs
-
Clone the repo with the following command:
git clone --branch starter --single-branch https://github.com/auth0-blog/glossary-web-api-aspnet.git
-
Move to the
glossary-web-api-aspnetfolder -
Type
dotnet runin a terminal window to launch the Web API. -
Point your browser to
https://localhost:5001/swaggerto test the available endpoints and actions.
- .NET Core SDK installed on your machine
