Getting Started (Individual Setup) - claurymr/inventory-service GitHub Wiki
Follow these steps to build and run the solution in Docker.
- Clone the repository:
git clone https://github.com/claurymr/inventory-service.git
- Navigate to the project directory:
cd inventory-service
- Build and Run Solution:
docker-compose up --build
- Take down docker:
docker-compose down