Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 217 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 217 Bytes
  • contains express-graphql as the graphql server

  • contains mongodb for persisting data

  • contains react-apollo for data provider on client

  • contains gql from graphql-tag for query and mutation handling on client