You will need the following tools:
Follow these steps to get your development environment set up: (Before Run Start the Docker Desktop)
- Clone the repository
- Once Docker for Windows is installed, go to the Settings > Advanced option, from the Docker icon in the system tray, to configure the minimum amount of memory and CPU like so:
- Memory: 4 GB
- CPU: 2
- At the root directory which include docker-compose.yml files, run below command:
docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d
Note: If you get connection timeout error Docker for Mac please Turn Off Docker's "Experimental Features".
-
Wait for docker compose all microservices. That’s it! (some microservices need extra time to work so please wait if not worked in first shut)
-
You can run from postman this link http://localhost:8000/v1/document
-
Select Post action and in Body (json) use this json { "customerNumber": 1, "documentNumber": "45685f64-1234-5678-b3fc-2c963f66afa6", "documentText": "tesasdfasdfasdft" }