Skip to content

Open-source .NET Blazor app for roles and users management.

Notifications You must be signed in to change notification settings

jaslam94/Roles-Management-Blazor-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User/Roles Management - Blazor App

This repository contains code for roles and users management in Blazor. Users can be created, edited, deleted and assigned roles etc. Similarly, roles can also be created, edited and deleted.

For now, it has a lot of room for improvement so I am actively seeking contributions in it.


The database script file can be found here. Make sure to update the connection string inside the appsettings.json file.


BlazorTable plugin is used for pagination and sorting of data in tables.