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

https://github.com/miniql/miniql-interactive-example

An interactive example of MiniQL queries in the browser.
https://github.com/miniql/miniql-interactive-example

Last synced: 8 days ago
JSON representation

An interactive example of MiniQL queries in the browser.

Awesome Lists containing this project

README

          

# MiniQL interactive example

This repo contains the code for the MiniQL interactive example.

Click here to see the live version of this: https://miniql.github.io/miniql-interactive-example/

If you have Node.js installed you can run get the code here and run it for yourself.

[Click here to support my work](https://www.codecapers.com.au/about#support-my-work)

# Tech use in this example

Data queries using:

- [MiniQL](https://github.com/miniql/miniql)

UI built with:

- [React](https://reactjs.org/)
- [Ant Design](https://ant.design/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Monaco Editor](https://microsoft.github.io/monaco-editor/)
- [React Spaces](https://github.com/aeagle/react-spaces)
- [React JSON View](https://github.com/mac-s-g/react-json-view)

JSON support:

- [JSON5](https://json5.org/)
- [JSON Schema](https://json-schema.org/)

# Running the example yourself

## Setup

[Download the zip file](https://github.com/miniql/miniql-interactive-example/archive/master.zip) for this repo or use Git to clone it locally.

Then install dependencies:

```bash
cd miniql-interactive-example
npm install
```

## Run it

Run it like this:

```bash
npm start
```

Your web browser should open automatically to the web page.

If not please point your web browser at:

http://localhost:3000/miniql-interactive-example