FreelancerBlog
FreelancerBlog copied to clipboard
FreelancerBlog is a blog built with Asp.Net Core around the idea of hexagonal architecture and CQRS.
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