Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yanbrasiliano/axios-resolver
- Owner: yanbrasiliano
- License: mit
- Created: 2022-10-06T03:16:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T02:59:50.000Z (5 months ago)
- Last Synced: 2024-06-04T04:02:24.259Z (5 months ago)
- Topics: axios, axios-client
- Language: CSS
- Homepage:
- Size: 494 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```