Skip to content

mustafa-korkmaz/dotnetcore5-postgres

Repository files navigation

dotnetcore5-postgres

This seed repo serves as a boilerplate project with dotnet core 5 and PostgreSQL

Includes;

  • EntityFramework
  • IdentityFramework
  • Ready to use Postgres database sample.
  • JWT token based authentication and authorization.
  • Request delegate handler (middleware) to intercept http requests and responses.
  • snake_case json conventions.
  • SwaggerUI welcome page.
  • Local memory cache implemented using AOP with Postsharp
  • EF Code first migrations.
  • Identity.UserManager implementation.
  • Overriding Identity models for a better database design.
  • Logging including postgres Db query executions
  • Unit of work and generic repository pattern implementation.
  • Ready for overridable CRUD operations by using dto objects.
  • AutoMapper usage for mappings.

About

Boilerplate API project including dotnetcore 5 framework and postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published