Skip to content

brunocasanova/restfuller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published