/the-movie-db-graphql

From The Movie DB API To GraphQL Own Server

Primary LanguageTypeScript

The Movie DB GraphQL API

Server

  • Fastify
  • Fastify-gql

Set up

  1. Open file src/constants.ts
code src/constants.ts
  1. Edit to own API Key
export const TMDB_KEY = 'EDIT_HERE';
  1. yarn it and run
yarn
yarn dev