Skip to content

rahulkarda/Web-Postman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Postman

A simple Web version of Postman. User interface that makes it easy for developers to create, share, test and document APIs. This is done by allowing the users to create and save simple HTTP/s requests, as well as read their responses. It can make various types of HTTP requests like GET, POST and saving environments for later use, converting the API to code for various languages like JavaScript.

The site is live at : https://webpostman.netlify.app/

Web Postman

Tech Stack

PrismJS is a lightweight, extensible syntax highlighter, built with modern web standards in mind.

Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development.

Optimizations

While improving this project, I would start by implementing the following features -

  1. Adding more HTTP methods like PUT, PATCH, and DELETE
  2. Display success and error messages
  3. Adding a confirmation box to confirm parameter deletion

Lessons Learned

I learned about different HTTP methods like GET, POST and PUT. My learning was focused on creating a user interface that makes it easy for developers to create, share, test and document APIs. This is done by allowing the users to create and save simple HTTP/s requests, as well as read their responses. It can make various types of HTTP requests like GET, POST and saving environments for later use.