https://github.com/calitb/sample-graphql-server
Sample of Apollo GraphQL Server
https://github.com/calitb/sample-graphql-server
apollographql graphql-server nodejs
Last synced: 9 months ago
JSON representation
Sample of Apollo GraphQL Server
- Host: GitHub
- URL: https://github.com/calitb/sample-graphql-server
- Owner: calitb
- Created: 2020-01-18T19:44:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T21:07:49.000Z (about 3 years ago)
- Last Synced: 2025-02-08T08:16:30.869Z (11 months ago)
- Topics: apollographql, graphql-server, nodejs
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL Server
Based on: [https://github.com/lucasbento/graphql-pokemon](https://github.com/lucasbento/graphql-pokemon)
To start run
```
npm i
npm start
```
Then open [http://localhost/graphql](http://localhost/graphql) in your browser.