Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 700 Bytes

File metadata and controls

16 lines (10 loc) · 700 Bytes

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