ApiEndpoints

(β˜… 3,199)

A project for supporting API Endpoints in ASP.NET Core web applications.

  • .editorconfig
  • .gitignore
  • Ardalis.ApiEndpoints.sln
  • CONTRIBUTING.md
  • Directory.Build.props
  • LICENSE.txt
  • README.md

πŸš€ Installation Guide

1. Get the code
git clone https://github.com/ardalis/ApiEndpoints

Downloads the entire project code from GitHub to your computer.

cd ApiEndpoints

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet new web -n MyWebApi

Type this command into your terminal and run it.

dotnet add package Ardalis.ApiEndpoints

Type this command into your terminal and run it.

βœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation