Home

Awesome

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.