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
- Host: GitHub
- URL: https://github.com/zephirorb/catalogue
- Owner: ZephiroRB
- License: other
- Created: 2020-08-27T15:55:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T07:40:42.000Z (over 5 years ago)
- Last Synced: 2025-06-11T08:13:47.813Z (8 months ago)
- Topics: asp-net-core, entity-framework-core, fluent-api, postgresql
- Language: C#
- Homepage:
- Size: 173 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```