
Apollo upload example API
An example GraphQL API using:
Setup
- Install the latest Node.js and npm.
- Duplicate
.env.example as .env and customize.
- With Terminal in the
api directory run npm install.
- Run
npm run dev for development, or npm run start for production.
Support
See package.json engines.