/BlogEngine

Here I'm creating an open-source blogging platform for my coursework.

Primary LanguageC#MIT LicenseMIT

BlogEngine

This is a school coursework.The project includes ASP.NET Core back-end and React front-end for a blog engine. The repository also contains documentation in Russian (I don't think it's really necessary to add it in English).

API

You can find API documentation in APIDOCS.md. Webapi is available here.

Code: Core -> Server -> Api

Web app (Blazor)

Not all browsers are supported. For more information visit this.
You can find working web app here.
❗ There is a problem with routing. You can't navigate via URL to any page except main. Sorry, I'm working on it. ❗

Code: Core -> Frontend -> BlazorClient