Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 279 Bytes

readme.md

File metadata and controls

24 lines (17 loc) · 279 Bytes

request agregator

how to run

npm i
npm start

how to test

npm t

how it works

The server waits request on such routes:

  • /customers/#id#
  • /products/#id#
  • /multiple/?#name1#=/customers/#id1#&#name2#=/customers/#id2#&...