An open API service indexing awesome lists of open source software.

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

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
```