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

https://github.com/zephirorb/catalogue

Asp.NET CORE - Clean Architecture - EF - Fluent Api - PostgreSQL
https://github.com/zephirorb/catalogue

asp-net-core entity-framework-core fluent-api postgresql

Last synced: 7 months ago
JSON representation

Asp.NET CORE - Clean Architecture - EF - Fluent Api - PostgreSQL

Awesome Lists containing this project

README

          

### Console

```
dotnet run -p Catalogue.Api/
```

### Scaffold

```
Scaffold-DbContext "Server=127.0.0.1;port=5432;user id=postgres;password=;database=Catalogue;pooling=true" Npgsql.EntityFrameworkCore.PostgreSQL -OutputDir Data -force
```