You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configures GraphQL schemas and resolvers for the Spotifinder app, aggregates APIs from Spotify, and resolves Queries/Mutations requested by the frontend. Tech used - GraphQL, NodeFetch, ExpressJS, NodeJS, Apollo.
Configures GraphQL schemas and resolvers for our Spotifinder app, aggregates APIs from Spotify and resolves Queries/Mutations requested by our frontend.
Install dependencies
***USING YARN: ***
yarn install
***USING NPM: ***
npm install
About
Configures GraphQL schemas and resolvers for the Spotifinder app, aggregates APIs from Spotify, and resolves Queries/Mutations requested by the frontend. Tech used - GraphQL, NodeFetch, ExpressJS, NodeJS, Apollo.