Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 903 Bytes

File metadata and controls

37 lines (27 loc) · 903 Bytes

Order Management

This project was created for demonstration of Saga Choreograph Pattern using Clean Code Architecture.

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/cancinar/OrderManagement.git
  2. Install NPM packages
    npm install
  3. Run docker file
    docker compose up -d

Architecture