Project with Nodejs GraphQL and MongoDB to manipulate data (file src/serverGraphMongo).
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
GraphQL is an open-source data query and manipulation language for APIs, and a runtime for fulfilling queries with existing data.
MongoDB is a document database, which means it stores data in JSON-like documents.
node server.js -> Server ready at http://localhost:5000/graphql