Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariinkys/blazorservertemplate
This repository contains a Blazor Server Application that follows Clean Architecture and has both authentication and authorization with MudBlazor for the front-end.
https://github.com/mariinkys/blazorservertemplate
blazor blazor-server clean-architecture template-project
Last synced: 2 months ago
JSON representation
This repository contains a Blazor Server Application that follows Clean Architecture and has both authentication and authorization with MudBlazor for the front-end.
- Host: GitHub
- URL: https://github.com/mariinkys/blazorservertemplate
- Owner: mariinkys
- License: unlicense
- Created: 2023-03-18T20:57:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T12:29:47.000Z (about 1 year ago)
- Last Synced: 2023-11-19T13:35:24.428Z (about 1 year ago)
- Topics: blazor, blazor-server, clean-architecture, template-project
- Language: C#
- Homepage:
- Size: 41 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazor Server Template Project
This repository contains a Blazor Server Application that follows Clean Architecture and has both authentication and authorization with MudBlazor for the front-end.
## How to Use
In order to use this project, you will need to provide a valid connection string to MSSQL DB and run the appropriate migrations (remember, you can generate the database structure using the ScriptDbContext command). You will also need to provide a random string as the JWTKey. Both of these have to be provided in the `appsettings.json` file that can be found on the Presentation.Blazor.Server project.
## Warning
This project has not been updated in a while, since I'm not using Blazor for the time being. Things may have changed, or things may break if you update the packages.