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

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

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/