Skip to content

powerumc/microservice-architecture-quick-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microservice-architecture-quick-start

  • C# 언어와 ASP.NET Core 환경을 이용하여 마이크로서비스 아키텍처를 구축하는 방법을 보여줍니다.
  • (Demonstrates how to build a micro services architecture using the C # language and the ASP.NET Core environment.)

Requirements

Limits

  1. Used In-Memory Database

Infrastructure

Orchestration

  • Kubernetes
  • Docker
  • Docker-Compose

Infrastructure

Domain Driven Development

  • Aggregate Root
  • ValueObject
  • CQRS
  • Event Sourcing
  • EventBus
  • EventBus by RabbitMq
  • Unit Of Work

Monitoring

Run

Download Source Code

git clone https://github.com/powerumc/microservice-architecture-quick-start

Run Commands

1. Move provisioning directory.
cd provisioning
2. Run docker-compose
docker-compose up -d

Tests

You can access via Postman for your tests. The document is generated by Postman.

https://documenter.getpostman.com/view/1730372/RWEiMe9X

About

Demonstrates how to build a Microservices Architecture using the C # language and the ASP.NET Core environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages