SimplePostMan is a web application which mimics the basic features of Postman.
- 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.
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