Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yanbrasiliano/axios-resolver

This project simulates a request screen similar to Insomnia or Postman, designed for testing and utilizing Axios attributes. It offers an intuitive interface for sending HTTP requests, managing responses, and experimenting with various Axios configurations. Perfect for developers who need a streamlined tool for API testing and debugging.
https://github.com/yanbrasiliano/axios-resolver

axios axios-client

Last synced: about 4 hours ago
JSON representation

This project simulates a request screen similar to Insomnia or Postman, designed for testing and utilizing Axios attributes. It offers an intuitive interface for sending HTTP requests, managing responses, and experimenting with various Axios configurations. Perfect for developers who need a streamlined tool for API testing and debugging.

Awesome Lists containing this project

README

        

# Axios Resolver

This project simulates a request screen similar to Insomnia or Postman, designed for testing and utilizing Axios attributes. It provides an intuitive interface for sending HTTP requests, managing responses, and experimenting with various Axios configurations.

## Project Setup

1. **Install dependencies:**

```sh
npm install
```

2. **Compile and Hot-Reload for Development:**

```sh
npm run dev
```

3. **Compile and Minify for Production:**

```sh
npm run build
```