Discover how to upload one or multiple files using Strapi and Apollo (GraphQL).
- Install the latest Node.js and npm.
- Run
npm install
in theapp
directory with Terminal. - Run
npm run dev
for development, ornpm run build && npm start
for production. - Make sure your Strapi project is running at http://localhost:1337 (with the Upload plugin installed).
Thanks to Apollo & @jaydenseric for the original example!