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.
- Host: GitHub
- URL: https://github.com/rd003/microservicesdemo
- Owner: rd003
- Created: 2024-08-23T14:27:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T15:04:36.000Z (almost 2 years ago)
- Last Synced: 2025-10-05T07:42:40.960Z (8 months ago)
- Language: C#
- Homepage: https://www.youtube.com/watch?v=DgVjEo3OGBI&t=3047s
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-