An open API service indexing awesome lists of open source software.

https://github.com/rd003/microservicesdemo

Code written during learning from Les Jackson's youtube channel.
https://github.com/rd003/microservicesdemo

Last synced: 8 months ago
JSON representation

Code written during learning from Les Jackson's youtube channel.

Awesome Lists containing this project

README

          

# Microservices with .net

I have implemented this code while I was learning micro service architecture in .net core.

## Tech used

- .Net 8 Web apis
- Sql server
- Docker
- Kebernetes
- Rabbit Mq
- Grpc

## Sources

- Tutorial: https://www.youtube.com/watch?v=DgVjEo3OGBI&t=3047s
- Actual repository of author: https://github.com/binarythistle/S04E03---.NET-Microservices-Course-