Skip to content

Commit

Permalink
Add link to YouTube video (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierjohn authored Apr 6, 2023
1 parent cd09fd4 commit 7d515a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<FunctionalDDDVersion>0.1.0-alpha.32</FunctionalDDDVersion>
<FunctionalDDDVersion>0.1.0-alpha.40</FunctionalDDDVersion>
</PropertyGroup>
<!-- Runtime -->
<ItemGroup>
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@
Allows you to turn your home into a restaurant where...
Just like people turning their homes into hotels via AirBNB.

What these YouTube vidoes for the background.
[![REST API following CLEAN ARCHITECTURE & DDD Tutorial](https://img.youtube.com/vi/fhM0V2N1GpY/0.jpg)](https://www.youtube.com/watch?v=fhM0V2N1GpY&list=PLzYkqgWkHPKBcDIP5gzLfASkQyTdy0t4k)


This project is also a sample for [FunctionalDDD](https://github.com/xavierjohn/FunctionalDDD) which is a library that helps you to implement Domain-Driven Design in a functional way.

## Concepts & Tech used

* .NET 7, EF Core
* Clean Architecture & Domain-Driven Design principles
* Common patterns such as CQRS, unit of work, repository, mediator
* Open source libraries such as Mediator, FluentValidation, CSharpFunctionalExtensions, Mapster
* Open source libraries such as Mediator, FluentValidation, FunctionalDDD, Mapster
* Authentication: JWT tokens

### Clean Architecture
Expand Down

0 comments on commit 7d515a9

Please sign in to comment.