An example GraphQL API using:
koa
apollo-server-koa
, which implementsgraphql-upload
- Install the latest Node.js and npm.
- Duplicate
.env.example
as.env
and configure. - Run
npm install
in theapi
directory with Terminal. - Run
npm run dev
for development, ornpm run start
for production.
Ensure your editor supports:
- EditorConfig.
- ESLint, respecting
package.json
config.
See package.json
engines
.