A simple web version of Postman using React. UI is designed using Tailwind CSS. This website can be used for accessing resources on web via HTTP. It helps developers in API developement.
Tech Stack and Dependencies: React, Axios, CodeMirror and Tailwind CSS.
Live Demo • Features • Setup • Download Zip • License
- Http Request Methods - GET, POST, PUT, PATCH, DELETE
- Enabled to write API test cases in JSON format
- View response to validate your request
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/rohan-hari/Postman-Clone-React.git
# Go into the repository
$ cd Postman-Clone-React
# Install dependencies
$ npm install
# Run the app
$ npm start
Note: If you're using Linux Bash for Windows, see this guide or use node
from the command prompt.
MIT