Skip to content

An example of file handling via apollo-upload-server and apollo-upload-client for prisma GraphQL.

License

Notifications You must be signed in to change notification settings

manticarodrigo/prisma-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Handling with prisma, graphql-yoga, AWS S3 and React.js

This example demonstrates how to implement a GraphQL server with a file handling API based on AWS S3, Prisma & graphql-yoga's built-in apollo-upload-server. Additionally, a React.js frontend shows how to implement apollo-upload-client.

Installation

git clone https://github.com/manticarodrigo/prisma-s3.git
cd /path/to/repo

Deploy server

cd server
yarn install
prisma deploy
yarn start

Deploy client

yarn install
yarn start

About

An example of file handling via apollo-upload-server and apollo-upload-client for prisma GraphQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published