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
- Host: GitHub
- URL: https://github.com/marla-singer/exp-monday
- Owner: marla-singer
- Created: 2017-06-18T12:04:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T14:46:08.000Z (almost 9 years ago)
- Last Synced: 2025-08-30T14:40:04.895Z (10 months ago)
- Topics: graphql, meteorjs, open-source, swagger-specification
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
```