Skip to content

r9r-dev/CoreMicroservicesSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoreMicroservicesSample

.Net Core Microservices Architecture using RabbitMQ

Gateway (API)

.net Core http client

Common

Shared library between services

Activities/Identity

Micro services

Prerequistes

  • Visual Studio 2017 (or equivalent)
  • .Net Core SDK 2.0
  • RabbitMq running (use CloudAMQP or docker "rabbitmq")
  • Mongodb running (default to dockerized localhost "mongo")

Application secrets

For mongodb and rabbitmq, fill theses configuration variables :

{
  "mongodb_connectionstring": "mongodb://<username>:<password>@<hostname>:<port>[/<optional_databasename>]",
  "rabbitmq_connectionstring":  "<username>:<password>@<hostname>/<route>" 
}

Credits/Tools

About

.Net Core Microservices Architecture using RabbitMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages