Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 830 Bytes

File metadata and controls

14 lines (10 loc) · 830 Bytes

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