Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 374 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 374 Bytes

Simple RESTfull API

For now Sample for products' an API. that is to use json-server. For more information please click.

Routes

/api/products

Getting started

Install

npm install

Run

Run the following command and open http://localhost:3000 at browser.

npm start