https://github.com/yoriiis/graphql-apollo-swapi
GraphQL & Apollo with SWAPI. Server playground and client included! 🚀
https://github.com/yoriiis/graphql-apollo-swapi
apollo graphql query rest-api swapi
Last synced: 2 months ago
JSON representation
GraphQL & Apollo with SWAPI. Server playground and client included! 🚀
- Host: GitHub
- URL: https://github.com/yoriiis/graphql-apollo-swapi
- Owner: yoriiis
- Created: 2020-02-19T22:07:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T21:29:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T12:41:19.366Z (4 months ago)
- Topics: apollo, graphql, query, rest-api, swapi
- Language: JavaScript
- Homepage: https://graphql-apollo-swapi.vercel.app
- Size: 320 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# GraphQL & Apollo Swapi
GraphQL & Apollo with SWAPI full server and client.

## Demo
Online demo is available on [https://graphql-apollo-swapi.vercel.app](https://graphql-apollo-swapi.vercel.app).
## Server
Available npm scripts:
* `npm run start:server` - Run GraphQL playground server
* `npm run start:server:watch` - Run GraphQL playground server width Nodemon## Client
Available npm scripts:
* `npm run start:client` - Run GraphQL client
* `npm run start:client:watch` - Run GraphQL client width Nodemon## Licence 🤞
`graphql-apollo-swapi` is licensed under the [MIT License](http://opensource.org/licenses/MIT).
Created with ♥ by [@yoriiis](http://github.com/yoriiis).