Skip to content

vromeiro/AspNetCore-API

Repository files navigation

ASP.NET Core Web API

Web API template that uses ASP.NET Core CLI, dotnet SDK v2.2.106, Swagger, MySQL, Dapper.

Running through terminal

Project setup

CLI commands

  • dotnet new sln
  • dotnet new webapi
  • dotnet sln add aspnetcore-api.csproj
  • dotnet add package MySqlConnector
  • dotnet add package Swashbuckle.AspNetCore
  • dotnet add package Dappers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published