https://github.com/ctuanle/sorapql
GraphQL wrapper for TMDB API
https://github.com/ctuanle/sorapql
go gqlgen graphql-server movies-api tmdb-api
Last synced: about 1 month ago
JSON representation
GraphQL wrapper for TMDB API
- Host: GitHub
- URL: https://github.com/ctuanle/sorapql
- Owner: ctuanle
- Created: 2022-11-23T15:08:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T18:12:40.000Z (over 2 years ago)
- Last Synced: 2025-06-05T08:14:28.108Z (4 months ago)
- Topics: go, gqlgen, graphql-server, movies-api, tmdb-api
- Language: Go
- Homepage: https://sorapql.fly.dev/
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
Visit and testing [sorapql](https://sorapql.fly.dev/)
```shell
go run github.com/99designs/gqlgen generate
go run server.go
```## Deploy
```shell
go run github.com/99designs/gqlgen generate
flyctl secrets set KEY=VALUE
flyctl deploy
```