https://github.com/adrientorris/aspnet-core-simple-microservices-sample
Simple microservices architecture with ASP.NET Core
https://github.com/adrientorris/aspnet-core-simple-microservices-sample
aspnetcore aspnetcore2 aspnetcore21 microservices microservices-architecture mongodb rabbitmq
Last synced: 8 months ago
JSON representation
Simple microservices architecture with ASP.NET Core
- Host: GitHub
- URL: https://github.com/adrientorris/aspnet-core-simple-microservices-sample
- Owner: AdrienTorris
- Created: 2018-11-22T18:39:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T16:57:43.000Z (about 7 years ago)
- Last Synced: 2025-04-30T20:06:12.523Z (8 months ago)
- Topics: aspnetcore, aspnetcore2, aspnetcore21, microservices, microservices-architecture, mongodb, rabbitmq
- Language: C#
- Size: 5.39 MB
- Stars: 41
- Watchers: 2
- Forks: 51
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Course ".NET Core Microservices: Transitioning monolithic architectures using microservices with .NET Core": https://www.safaribooksonline.com/videos/net-core-microservices/9781788626415
Actio.Api -> API gateway
Actio.Commn -> Messaging bus (RabbitMQ)
Actio.Services.Activities -> Activities service
Actio.Services.Identity -> Identity services
docker run -d -p 27017:27017 mongo
https://jwt.io/introduction/