teasacura / graphql-mongodb-example

Home Page:https://medium.com/the-ideal-system/graphql-and-mongodb-a-quick-example-34643e637e49

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL-MongoDB-Example

All the important code is in src/start.js.

Install, build and run:

yarn install
yarn run build
yarn start

For Local Development

You need to start Mongodb for Local development

npm run startdev