Himbo is a Blog CMS created using ASP.NET Core, Entity Framework, Microsoft SQL Server, while implementig SOLID principles as well as Onion Architecture and CQRS pattern.
Table of Contents
It is a CMS for a Blog.
Himbo is a API project created using ASP.NET Core 5, Entity Framework, Microsoft SQL Server.
It implements SOLID principles, Onion Architecture and revolves arount CQRS pattern.
There is a role based authorization system made entierly from scratch.
Users have roles which have predefined sets of available usecases they can perform.
UseCases can additionally be modified for particular User.
Every usecase attempt is logged in Database using stored procedures.
In order to use all functionalities You can view files below.
Further more You will need to add stored procedure to your Database in order for logging to work.
Pavle Djurdjic - LinkedIn - pavledjurdjic30@gmail.com
Project Link: https://github.com/kibonga/Himbo