Skip to content

Latest commit

 

History

History
 
 

apollo-upload-graphql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Apollo Upload GraphQL

Discover how to upload one or multiple files using Strapi and Apollo (GraphQL).

Setup

  1. Install the latest Node.js and npm.
  2. Run npm install in the app directory with Terminal.
  3. Run npm run dev for development, or npm run build && npm start for production.
  4. Make sure your Strapi project is running at http://localhost:1337 (with the Upload plugin installed).

Thanks to Apollo & @jaydenseric for the original example!

Apollo upload logo