Skip to content

Interact with requests and examine responses: craft and store various request types, establish custom methods, and scrutinize status codes, response durations, and response dimensions, akin to a Postman-inspired experience.

Notifications You must be signed in to change notification settings

SaketKothari/postman-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postman-clone

  • Postman is an incredible tool for testing API's, you can make GET and POST request, you can add an different query params, click send and its gonna give you information about the request status time and size.

  • We use axios which allow us to make all different API request, also we use dev dependancy called snowpack which bundle all our different node modules into our actual JavaScript code and deploy it so we can use inside our production application so we can have hot module reloading and all other nice features.

  • Styling is basically done using bootstrap.

Key Features

  • Make GET and POST Request
  • Send JSON in the body
  • View response of a request
  • View the status code, response time, and response size.

Installation

Run commands

npm install
npm start

About

Interact with requests and examine responses: craft and store various request types, establish custom methods, and scrutinize status codes, response durations, and response dimensions, akin to a Postman-inspired experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published