InstantAPIs

(β˜… 454)

A library that generates Minimal API endpoints for an Entity Framework context.

  • .dockerignore
  • .editorconfig
  • .gitignore
  • CODE-OF-CONDUCT.md
  • CONTRIBUTING.md
  • InstantAPIs.sln
  • LICENSE
  • mkdocs.yml
  • README.md
  • RELEASE_NOTES.txt

# Installation Guide

1. Get the code
git clone https://github.com/csharpfritz/InstantAPIs

Downloads the entire project code from GitHub to your computer.

cd InstantAPIs

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 -o DemoApi -f net6.0

Type this command into your terminal and run it.

dotnet add package InstantAPIs --prerelease

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