📅  最后修改于: 2023-12-03 15:31:03.826000             🧑  作者: Mango
In this guide, I will describe the steps to install GraphQL using Shell or Bash commands.
cd <path-to-project-directory>
npm install graphql express-graphql
npm install mongodb
npm ls graphql express-graphql mongodb
This should display a list of the installed packages, including the version number.
By following the above steps, you have successfully installed GraphQL and its dependencies using Shell or Bash commands. Now, you are ready to create your first GraphQL schema and start building your API. Happy coding!