/apollo-workshop-api

Phoenix Apollo Workshop API

Primary LanguageJavaScript

Unnamed Launchpad Project

This project was created with Apollo Launchpad

You can see the original pad at https://launchpad.graphql.com/jvnqnnxpp

Quick start guide

npm install
export moviedb=<your value here>
npm start

App secrets

This pad contains some secret keys which you will need to provide as environment variables in order to run it locally (the secret values have been removed for your security). Secret values are often used for things like database passwords and private cryptographic keys.

Here is a list of the secrets in this project for which you will need to provide values: moviedb.

You can set them by exporting them as environment variables in your shell:

export moviedb=<your value here>

Happy hacking!

The Apollo team :)