Installation¶
Follow these steps to set up the Graph API Service.
Prerequisites¶
- Node.js
- npm
- Docker (optional)
Steps¶
-
Clone the repository:
git clone https://bitbucket.org/makenaisolutions/graphapiservice cd graphapiservice -
Install dependencies:
npm install -
Configure environment variables in the
.envfile. -
Start the project:
npm run start
Docker¶
To run the project using Docker:
-
Build the Docker image:
docker-compose build -
Start the container:
docker-compose up