https://github.com/cottrellio/swql
GraphQL example of Star Wars API (Node, KOA, TS)
https://github.com/cottrellio/swql
Last synced: 8 months ago
JSON representation
GraphQL example of Star Wars API (Node, KOA, TS)
- Host: GitHub
- URL: https://github.com/cottrellio/swql
- Owner: cottrellio
- Created: 2017-09-26T22:51:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T23:14:23.000Z (over 8 years ago)
- Last Synced: 2025-03-13T06:13:52.703Z (about 1 year ago)
- Language: TypeScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SWQL
GraphQL example of the Star Wars API.
**Built with:**
+ Node
+ KOA
+ TypeScript
+ Apollo Server KOA
## Usage
1. Clone this thing
2. cd to `swql` dir
3. Build it with `npm run build` (or `npm run build:watch` if you want to watch for changes)
4. Start it with `npm run start` (or `npm run build:watch` if you want to watch for changes)
5. Play around in the [GraphiQL playground](http://localhost:3000/graphiql/).