Skip to content

FreelancerBlog is a blog built with Asp.Net Core around the idea of hexagonal architecture and CQRS.

Notifications You must be signed in to change notification settings

HamidMosalla/FreelancerBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

FreelancerBlog

FreelancerBlog is a multi-language blog for freelancers built with Asp.Net Core 3. It gives its user the ability to post content, portfolio, different price plans etc.

Technical Aspects

FreelancerBlog is built with Asp.Net Core 3 as its web framework, AutoMapper to map between layers, MediatR to handle commands and queries and also to achieve uniform interfaces in our controllers through implementing mediator pattern and x-Unit as its testing framework. It also uses paradigms such as SOLID, Ports and Adapters Architecture, CQRS to achieve more flexibility and increase maintainability.

What do you need to run it?

  • Visual Studio 2019
  • NET Core 3.1.0 SDK