Skip to content

faizal-workshop/tiny-api-tester

Repository files navigation

Tiny API Tester

API tester to be used in simple web service development

image

Features

  • Send HTTP request with desired method, parameters, headers, and body
  • Editor/previewer for JSON body request and JSON data responses
  • Lightweight, no database required

Stack Used

Local Preview

  1. Clone this repository to your local computer
  2. Copy the default environment file and ensure all variables are correctly filled
    cp .env.example .env
  3. Install all required dependencies
    pnpm i
  4. Run the application in development mode
    pnpm run dev

About

API tester to be used in simple web service development

Resources

License

Stars

Watchers

Forks