Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 398 Bytes

File metadata and controls

31 lines (20 loc) · 398 Bytes

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