Finalized version of consuming the Instagram basic display API on a Node.js GraphQL API.
-
Ensure that you have a
.env
file in the root of your project with the following structure: -
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Consume the GraphQL API from here.