Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating dependencies and using functional components to finish the app. #35

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

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