npm install
npm start
Powershell
Invoke-RestMethod -Uri "http://localhost:3000/api/items" -Method POST
-Headers @{ "Content-Type" = "application/json" } `
-Body '{"name":"Tea","price":1.75}'
| Name | Name | Last commit date | ||
|---|---|---|---|---|
npm install
npm start
Powershell
Invoke-RestMethod -Uri "http://localhost:3000/api/items" -Method POST
-Headers @{ "Content-Type" = "application/json" } `
-Body '{"name":"Tea","price":1.75}'