https://github.com/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.
https://github.com/itsmaheshkariya/dotnet-core-sqlite-swagger-rest-api
api dotnet dotnetcore ef efcore entityframeworkcore rest sqlite swagger swashbuckle web
Last synced: 12 days ago
JSON representation
In this Tutorial I am gonna take you through Swagger Implementation With Dot-net Core and Sqlite on Cloud.
- Host: GitHub
- URL: https://github.com/itsmaheshkariya/dotnet-core-sqlite-swagger-rest-api
- Owner: itsmaheshkariya
- Created: 2020-06-17T21:26:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T01:00:19.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T04:41:25.743Z (29 days ago)
- Topics: api, dotnet, dotnetcore, ef, efcore, entityframeworkcore, rest, sqlite, swagger, swashbuckle, web
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dotnet Core Swagger Sqlite REST API
`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`
