/apequery

Primary LanguageEJS

Apequery

Query explorer for Apebase

apequery

Demo

Try here: https://ape.offbase.org

Quickstart

First, clone this repository:

git clone https://github.com/skogard/apequery

Second, go into the downloaded apequery folder and install dependencies:

npm install

Third, download Apebase into public folder:

npm run sync

Finally, start the server:

npm start