Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 753 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 753 Bytes

Project made as a learning tool for C# and .NET 7

Still need to implement a clean code and solid architecture, for now it was just to get to know the tools

Still ongoing.

C# WebApi learning project.

Implementations so far

Dapper

Entity Framework

Migration

Automapper

Oauth

Docker

Redis

Kafka

I'm using Confluent Cloud Trial on this, but you can easily set up your own local broker using Kafka Docker image. Producer and Consumer on the same application just to prove the concept that the events are being produced and consumed.

RabbitMQ

I'm using RabbitMQ docker image. Producer and Consumer on the same application just to prove the concept that the events are being produced and consumed.