Guest User

Untitled

a guest
Oct 17th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // file db-basic.json
  2. "books":[
  3. {
  4. "title":"book 1",
  5. "price":"125.00"
  6. },
  7. {
  8. "title":"book 2",
  9. "price":"300"
  10. }
  11. ]
  12. }
  13. //--run json server on port 4001 and delay with 2s
  14.  
  15. json-server --watch ./dev/js/db-basic.json -p 4001 --delay 2000
Add Comment
Please, Sign In to add comment