Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 459 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 459 Bytes

Installation

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.