itsmaheshkariya / dotnet-core-sqlite-swagger-rest-api

In this Tutorial I am gonna take you through Swagger Implementation With Dot-net Core and Sqlite on Cloud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotnet Core Swagger Sqlite REST API

.NET Core

Git Clone

git clone https://github.com/maheshkareeya/dotnet-core-sqlite-swagger-rest-api.git

Change Directory

cd dotnet-core-sqlite-swagger-rest-api

Restore Packages

dotnet restore

Build Command

dotnet build

Run Command

dotnet run

Watch Command

dotnet watch run

Check Url

http://localhost:5000/swagger

https://localhost:5001/swagger

Download Required Packages

dotnet add package Microsoft.EntityFrameworkCore
dotnet add package Microsoft.
EntityFrameworkCore.Design
dotnet add package Swashbuckle.AspNetCore
dotnet tool install --global dotnet-ef

Demo

Screenshot 2020-06-14 at 3 58 37 AM

About

In this Tutorial I am gonna take you through Swagger Implementation With Dot-net Core and Sqlite on Cloud.


Languages

Language:C# 95.6%Language:Dockerfile 4.4%