This repo was forked from apollo-upload-examples and the adjust to upload files to S3 bucket rather then local storage
An example GraphQL API using:
koaapollo-server-koa, which implementsgraphql-upload
- Install the latest Node.js and npm.
- Duplicate
.env.exampleas.envand configure. - Run
npm installin theapidirectory with Terminal. - Run
npm run devfor development, ornpm run startfor production.
Ensure your editor supports:
- EditorConfig.
- ESLint, respecting
package.jsonconfig.
See package.json engines.