Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 309 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 309 Bytes

restfuller

Node Restful api

npm run start // Start server

Access to api url http://{HOST}:{PORT}/api/products and check the response.

Use postman to make POST request with three fields: name, sku, price and then go to the api url and check if the product was registed.