Getting Started (Individual Setup) - claurymr/inventory-service GitHub Wiki

Follow these steps to build and run the solution in Docker.

  1. Clone the repository:
    git clone https://github.com/claurymr/inventory-service.git
    
  2. Navigate to the project directory:
    cd inventory-service
    
  3. Build and Run Solution:
    docker-compose up --build
    
  4. Take down docker:
    docker-compose down