Skip to content

KlonD90/workshop

Repository files navigation

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=эцк'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published