json-api / explorer

A web-based app for exploring any JSON:API server.
https://explore.jsonapi.dev/
GNU General Public License v2.0
36 stars 15 forks source link

JSON:API Explorer

The JSON:API Explorer is an interactive web application for exploring JSON:API servers. Try it!

Caveat: this project and the example server behind it are using non-standard features including:

Over time, we hope these features will be validated, polished and made part of the official standard.

Contributing

We're looking for help of all kinds!

Particularly:

But most of all:

So, please, feel free to make open issues to discuss potential improvements and then open PRs to make them.

Set

  1. Run npm install
  2. Run npm run start to activate the development server.