Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 600 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 600 Bytes

logo

Description

Project with Nodejs GraphQL and MongoDB to manipulate data (file src/serverGraphMongo).

Node

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

GraphQL

GraphQL is an open-source data query and manipulation language for APIs, and a runtime for fulfilling queries with existing data.

MongoDB

MongoDB is a document database, which means it stores data in JSON-like documents.

Run

node server.js -> Server ready at http://localhost:5000/graphql