Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

nickredmark/graphql-mongodb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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