Skip to content

A Simple CRUD App Using GraphQL, NodeJS, Apollo, and MongoDB

Notifications You must be signed in to change notification settings

saqibameen/GraphQL-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL CRUD App Using NodeJS, Apollo, and MongoDB

A Simple CRUD App Using GraphQL, NodeJS, Apollo, and MongoDB

🚀Getting Started

Step #0

Clone the repo. Make sure you have MongoDB installed and running.

Step #1

Install dependencies.

npm install

Step #2

Run the server.

npm start

Step #3

Go to http://localhost:4000/graphql and start playing with GraphQL.

Below is a simple query to add data:

mutation {
  addMovie(name: "GraphQL Movie", producer: "John doe", rating: 9.5) {
    id
    name
    rating
    producer
  }
}

Get in Touch!

👋 Say hi @saqibameen on Twitter →

About

A Simple CRUD App Using GraphQL, NodeJS, Apollo, and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published