Skip to content

cuongndc/file-upload-with-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-upload-with-graphql

File Upload with GraphQL from a React Application

preparation

installation

cd client
yarn
cd ../server
yarn

usage

# start postgresql
docker run -it -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=postgres postgres
# start server
cd server && yarn start:dev
# start client
cd client && yarn start

use Altair for uploading file

muatation

documents

license

MIT - 103cuong

About

File Upload with GraphQL from a React Application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published