Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 474 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 474 Bytes

GraphQL file upload example

Simple GraphQL file upload example using vanilla graphql API and axios

Setup

  • Clone the repository.

    $ git clone https://github.com/manjillama/graphql-upload-example.git
  • Navigate to root folder and install the dependencies.

    $ npm install
  • Run in development mode

    $ npm run dev
    or
    $ yarn dev

Open http://localhost:5000 to view it in the browser.