https://github.com/marcosfede/swapiql
The GraphQL Starwars API
https://github.com/marcosfede/swapiql
api apollo express graphql node nodejs react starwars starwars-api typeorm typescript
Last synced: 3 months ago
JSON representation
The GraphQL Starwars API
- Host: GitHub
- URL: https://github.com/marcosfede/swapiql
- Owner: marcosfede
- License: agpl-3.0
- Created: 2018-03-19T22:21:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T03:35:46.000Z (over 7 years ago)
- Last Synced: 2025-01-16T16:59:53.289Z (over 1 year ago)
- Topics: api, apollo, express, graphql, node, nodejs, react, starwars, starwars-api, typeorm, typescript
- Language: TypeScript
- Homepage: https://swapiql.xyz/
- Size: 812 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node Star Wars GraphQL API + React Apollo Client
## Tech
- Typescript
- Nodejs
- React
- Apollo Client
- Graphql Yoga
- Typeorm
## Start production server
`docker-compose -f docker-compose.prod.yml up -d --build`
## Import data
`docker-compose -f docker-compose.prod.yml exec back yarn run import`
Made with <3 by [Matias Pierobon](https://github.com/matias-pierobon) & [Federico Marcos](https://github.com/marcosfede)