The Movie Database GraphQL wrapper A simple GraphQL server in Node.js that returns movie results based on search string Running the app You'll need themoviedb.org API key Run the app with: npm install THEMOVIEDB_API_KEY=<api key> npm start