Skip to content

Latest commit

 

History

History
201 lines (167 loc) · 7.5 KB

File metadata and controls

201 lines (167 loc) · 7.5 KB

GRAPHQL

TABLE OF CONTENTS

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