Node.js GraphQL API with MongoDB and Mongoose

This is a simple Node.js application that demonstrates how to create a GraphQL API using MongoDB as the NoSQL database and Mongoose as the ODM (Object Data Modeling) library.

Prerequisites

Before getting started, ensure you have the following tools and dependencies installed on your system:

Getting Started

  1. Clone the repository:
git clone https://github.com/yourusername/node-graphql-mongoose-mongodb.git
cd node-graphql-mongoose-mongodb