To clone the repo, make sure you have git installed on your machine.
To check type git -v. If it not installed on your machine, download and install it. If git is already installed, run
git clone https://github.com/Orinami/graphql-inventory-api.git
Install the dependencies using:
npm install
To start the GraphQL server, run it using node server.js or nodemon server.js in the root directory of your application.