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

https://github.com/rodentman87/dinoql-server-test

This is a small test server written in TypeScript for testing out DinoQL
https://github.com/rodentman87/dinoql-server-test

Last synced: 3 months ago
JSON representation

This is a small test server written in TypeScript for testing out DinoQL

Awesome Lists containing this project

README

          

## Running the server

Clone the repository and run `yarn install` to install the dependencies. Then run `yarn build` to build the project. Finally, run `yarn start` to start the server.

## Making requests

See [the usage docs here for info](https://github.com/Rodentman87/dinoql/blob/main/Usage.md).