Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 353 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 353 Bytes

start-microservices

An example of microservices architecture and implementation in .NET

Installation & Setup

To start, run the below command:

docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d

To stop, run the below command:

docker-compose -f docker-compose.yml -f docker-compose.override.yml down