| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
[Dotnet 8] codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
This codebase was created to demonstrate a fully fledged fullstack application built with [Dotnet 8] including CRUD operations, authentication, routing, pagination, and more.
We've gone to great lengths to adhere to the [Dotnet 8] community styleguides & best practices.
For more information on how to this works with other frontends/backends, head over to the RealWorld repo.
Conversion of Clean Architecture setup using Dotnet into a version using Minimal API's The solution now does not have a direct dependency with dotnet mvc anymore
Consisting of the following layers:
Build using the following features:
This solution uses an in memory SQLite db. In case you want to use a file based db then you can add migrations as indicated below
Add migration by going to Data folder and execute: dotnet ef migrations add MigrationName --startup-project ../Api/Api.csproj
Run db upgrade: dotnet ef database update --startup-project ../Api/Api.csproj
| Back | FazBrowse Home | New Git URL |