Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 818 Bytes

using.md

File metadata and controls

10 lines (9 loc) · 818 Bytes

Connecting to the server as a Client

Send a Request Using Postman

  1. Install Postman as a native desktop app on your computer or access the app via the web at https://web.postman.co/home.
  2. Login to your Postman account or create a free Postman account.
  3. Create and name a new Collection in the app and select Add request to start building your request.
  4. Input the request URL as http://localhost:4000/ or 127.0.0.1:4000/
  5. Select a method from the drop down list to the left of the URL.
  6. Optionally add a Body to your request or customize which Headers you want your request to include.
  7. Hit Send to send the request and receive a response.