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

Latest commit

 

History

History
19 lines (13 loc) · 244 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 244 Bytes

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