Skip to content
Yuriy Serdyuk edited this page May 7, 2020 · 4 revisions

Main Idea

The blog engine is initially created to post howtos and simple tutorials to hint on development of web application. The engine does not suppose, that internet-users will comment on the issues, although the mechanism for registration of users, based on .Net Core Identity API is implemented.

Architecture

The Root user of the system is allowed to see the lists of any entities (including Users and Roles) and edit them. User with Admin role is acting as author of posts and categories. Root can edit these types of materials.

Elements of the system

Entity Framework Core is used as ORM. MySql is used as database-engine.

Links

Initial start. How to make the application work