Skip to content

Simple post man clone that lets you send http requests

Notifications You must be signed in to change notification settings

samip779/simplePostMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimplePostman

SimplePostMan is a web application which mimics the basic features of Postman.

Features

  • Sends api requests.
  • Performs different CRUD operations.
  • Takes query params, headers and JSON data in the request.
  • Displays response details such as status, size of response, and time to get response.
  • Displays response data in beautiful text editor like theme.

Installation

It requires Node.js v16+ to run.

Clone the project first by typing the following command.

git clone https://github.com/samip779/simplePostMan.git

Install the dependencies and devDependencies and start the server.

cd simplePostMan
npm install
npm start

About

Simple post man clone that lets you send http requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published