Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HamidMosalla authored Jan 25, 2020
1 parent 7bb6c36 commit e1cd9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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 boundaries, **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.
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?
Expand Down

0 comments on commit e1cd9be

Please sign in to comment.