Skip to content

Conversation

@pmaher
Copy link

@pmaher pmaher commented Feb 23, 2021

This updates the app to use the latest version of apollo client which has changed quite a bit since the start of this tutorial. Changed all class components to be functional components with hooks. Also, to run the app you'll need to add a /server/config/keys.js file of this form so that you don't have your credentials checked into github:
module.exports = {
username: 'your-db-username',
password: 'your-db-password'
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants