STIENLILLY / the-movie-db-graphql

From The Movie DB API To GraphQL Own Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

From The Movie DB API To GraphQL Own Server


Languages

Language:TypeScript 100.0%