Отправка HTTP-запросов ⚡️ Node.js с примерами кода #41
Replies: 2 comments
-
request устарел |
Beta Was this translation helpful? Give feedback.
0 replies
-
Библиотеки для установки: npm init -y npm install express npm install pg npm install bcrypt npm install jsonwebtoken npm install path npm install dotenv Подключение базы: Для запуска: INSOMNIA: Запустите Insomnia и создайте новое рабочее пространство. Создайте новый запрос: Метод: POST URL: http://localhost:3000/rooms Тело запроса (JSON): "number": 105, "type": "Single", "price": 100 } |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Отправка HTTP-запросов ⚡️ Node.js с примерами кода
Справочник Node.js с примерами кода
https://nodejsdev.ru/guides/webdraftt/http-requests/
Beta Was this translation helpful? Give feedback.
All reactions