API tester to be used in simple web service development
- Send HTTP request with desired method, parameters, headers, and body
- Editor/previewer for JSON body request and JSON data responses
- Lightweight, no database required
- Clone this repository to your local computer
- Copy the default environment file and ensure all variables are correctly filled
cp .env.example .env
- Install all required dependencies
pnpm i
- Run the application in development mode
pnpm run dev