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

https://github.com/marla-singer/exp-monday

Display GraphQL editor on Meteor application. Thegeneration of graphQL schema bases on swagger specification
https://github.com/marla-singer/exp-monday

graphql meteorjs open-source swagger-specification

Last synced: 4 months ago
JSON representation

Display GraphQL editor on Meteor application. Thegeneration of graphQL schema bases on swagger specification

Awesome Lists containing this project

README

          

### How to run

1. Install `meteor`
2. Install `nodejs` and `yarn` (or `nodejs` and `npm`)
3. Clone the repo `git clone `
4. Install packages using `yarn` (or `npm i`)
5. Run `meteor` in terminal
6. Open the url in browser `http://localhost:3000`
7. Like a test query write :

```
query {
test
}
```