An open API service indexing awesome lists of open source software.

https://github.com/itsmaheshkariya/blazor-hosted-sqlite


https://github.com/itsmaheshkariya/blazor-hosted-sqlite

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

## Fullstack blazor webassembly CRUD Operation and REST Api with Swagger UI.

`Git Clone`
```
git clone https://github.com/maheshkareeya/blazor-hosted-sqlite.git
```
`Change Directory`
```
cd blazor-hosted-sqlite
cd Server
```

`Restore Packages`
```
dotnet restore
```

`Build Command`
```
dotnet build
```

`Run Command`
```
dotnet run
```

`Watch Command`
```
dotnet watch run
```

`Check Url`
https://localhost:5001

`Swagger UI`
https://localhost:5001/swagger

`Required Packages`
```
dotnet add package Microsoft.EntityFrameworkCore
```
```
dotnet add package Microsoft.EntityFrameworkCore.Design
```
```
dotnet add package Microsoft.EntityFrameworkCore.Sqlite
```
```
dotnet add package Swashbuckle.AspNetCore
```
```
dotnet tool install --global dotnet-ef
```

`Demo`

![Screenshot 2020-06-23 at 2 07 48 AM](https://user-images.githubusercontent.com/16520789/85334069-47571580-b4f8-11ea-9de0-b72bd5ebdb45.png)

![Screenshot 2020-06-23 at 2 01 32 AM](https://user-images.githubusercontent.com/16520789/85334075-49b96f80-b4f8-11ea-80f2-cdcba6c56eec.png)