Skip to content

Postify is my web-based interpretation of the famous Postman software, designed for developers who work with REST APIs.

Notifications You must be signed in to change notification settings

aleko-khomasuridze/Postify

Repository files navigation

Postify

Postify is a lightweight, intuitive Postman clone designed for testing and interacting with APIs. It provides a clean interface to send HTTP requests, analyze responses, and streamline your development workflow.


Features

  1. Request Types: Supports common HTTP methods (GET, POST, PUT, DELETE, etc.).
  2. Query Parameters: Easily add and manage query parameters for your requests.
  3. Headers Management: Include custom headers for authentication or other needs.
  4. JSON Payload: Add JSON payloads for POST/PUT requests.
  5. Simple UI: Minimalist and user-friendly interface.

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/aleko-khomasuridze/Postify.git
  2. Install dependencies:

    npm install
  3. Start the application:

    npm start

Usage

  1. Select the HTTP method from the dropdown (e.g., GET, POST).
  2. Enter the URL in the input field.
  3. Add any Query Parameters, Headers, or JSON Payload as needed:
    • Query Parameters: Use the "Add" button to include key-value pairs.
    • Headers: Navigate to the "Headers" tab to add custom headers.
    • JSON Payload: Use the "JSON" tab to input the body of your request.
  4. Click Send to execute the request.
  5. Review the response displayed below the request panel.

Contributing

  1. Fork the repository.

  2. Create a feature branch:

    git checkout -b feature-name
  3. Commit your changes:

    git commit -m "Add feature description"
  4. Push to your branch:

    git push origin feature-name
  5. Open a pull request.


Feedback

Feel free to submit issues or suggestions on GitHub. Contributions and feature requests are always welcome!

About

Postify is my web-based interpretation of the famous Postman software, designed for developers who work with REST APIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published