-
clone the repository
-
run
cd .\NodeJS_TestTask\ docker-compose up
-
Here's an example curl command to test the request:
For Unix systems:
curl -X POST \ http://localhost:3000/process \ -H 'Content-Type: application/json' \ -d '{"data": 5}'
For Windows:
Invoke-RestMethod -Method Post ` -Uri 'http://localhost:3000/process' ` -Headers @{'Content-Type' = 'application/json'} ` -Body '{"data": 5}'
bbno-c/Microservices_
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|