/Basic-Articles

Primary LanguageC#GNU General Public License v3.0GPL-3.0

About

This is a simple article web app using Blazor Webassembly with Individual Users Authentication. Uses custom Web API with Entity Framework Core to access SQL Server database.

This app let's create/update/delete categories, articles and comments.

Screenshots

Index page

This page displays all articles Index

Article page

ArticlePage

Manage page

On this page you can create/edit/delete categories and articles and edit/delete comments ManagePage

Create Article Page

CreateArticlePage