Skip to content

souzadriano/graphql-presentation-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Presentation Code

Read GraphQL Presentation

https://github.com/souzadriano/graphql-presentation

Requirements

  • Node.js v10.15.0+
  • Yarn
  • MongoDB

Install and run server

cd server
yarn install
export DATABASE_URL=mongodb://<username>:<password>@<host>:<port>/<database>
node index.js

Install and run client

cd client
yarn install
yarn start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors