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
- Host: GitHub
- URL: https://github.com/rodentman87/dinoql-server-test
- Owner: Rodentman87
- Created: 2022-09-25T21:44:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T05:08:03.000Z (over 3 years ago)
- Last Synced: 2025-07-11T03:59:21.138Z (11 months ago)
- Language: PEG.js
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).