Notes API Demo: https://notesdemo.azurewebsites.net
API Docs: https://notesdemo.azurewebsites.net/swagger
Download Insomnia app
Import sample data in Insomnia to test
GIT
VS 2017, VS Code
.NET Core 2.2
SQL Server 2012+
Modify the database connection string as per your instance and authentication in appsettings.Development.json (for local) or in appsettings.json (for production).
dotnet restore
dotnet build
dotnet ef database update
dotnet run
Browse to http://localhost:5000.
Test the API using any tool, like Postman, Insomnia, Curl, etc.
Browse to http://localhost:5000/swagger for api documentation.