Prerequisites - claurymr/inventory-service GitHub Wiki

Before running the solution, ensure you have the following installed:

1. Installations

  • Install Docker Desktop
  • Install Docker Compose (if not bundled with Docker Desktop)
  • [For Windows Only] Install and/or Use Git Bash
  • Install Homebrew (if not installed)
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    
  • Install GNU Parallel
    brew install parallel
    
    or
    choco install parallel
    

2. Verify Installation

```bash
docker --version
docker-compose --version
dotnet --version
parallel --version
```