Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 710 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 710 Bytes

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