Skip to content

Latest commit

 

History

History
171 lines (152 loc) · 6.31 KB

utils-graphql.md

File metadata and controls

171 lines (152 loc) · 6.31 KB

GRAPHQL

ALT

TOOLS

COURSES

EXAMPLE

SOLUTION

LIB

MIGRATION

ARTICLES

TEST APOLLO

TEST MONGO

TEST OK

FAST

STARTER GRAPHQL/MONGODB BACKEND

git clone - https://github.com/igorlima/todo-mongo-graphql-server.git
cd todo-mongo-graphql-server
npm install
npm start

STARTER GRAPHQL/MONGODB FRONTEND

git clone -b react-mongo-graphql - https://github.com/igorlima/todomvc.git 
cd todomvc
npm install
node server.js
http://todomvc.com/

CONVERT MYSQL TO MONGO

CONCEPTS

query { ... } read data
mutation { ... } write data