Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 559 Bytes

File metadata and controls

21 lines (13 loc) · 559 Bytes

yarn server

Run DB service Open http://localhost:3004/comments to view response JSON in comments services

options query string

  • _limit: number (limit items in response)
  • _page: number (paginations to skip items of comments)

example

http://localhost:3004/comments?_limit=10&_page=1

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.