Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 411 Bytes

File metadata and controls

19 lines (12 loc) · 411 Bytes

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:

    env-file

  • Install the dependencies:

    npm install
  • Start the development server:

    npm run dev
  • Consume the GraphQL API from here.