Welcome to MasterBlogger, a project built using ASP.NET Core with Onion architecture. This project is designed to help bloggers create and manage their blogs with ease.
MasterBlogger follows the Onion architecture, which is a form of layered architecture. The architecture is split into four layers: Domain, Application, Infrastructure, and Presentation. Each layer has a specific responsibility and interacts with the other layers through interfaces.
MasterBlogger uses the following technologies:
- ASP.NET Core
- Entity Framework Core
- Razor pages
To set up and run MasterBlogger, follow these steps:
- Clone the repository.
- Open the solution in Visual Studio.
- Build the solution.
- Run the application. ** Easy way to create database : Create three tables in database . (Articles , ArticleCategories , Comments) . You can see the coulmn in domain library .
For more information about MasterBlogger, please sned message to me : [email protected]