Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 392 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 392 Bytes

Nodejs Workshop

You need to install nodejs before start. Any version greater or equal than 8 is acceptable.

To install dependencies:

npm i

To run project:

node workshop.js

To test:

Add word:

curl -H "Content-Type: application/json" -d '{"kalmyk": "эцк", "russian": "отец"}' -x POST 'localhost:3000/words'

Search for word:

curl 'localhost:3000/words?word=эцк'