Skip to content

Installation

Follow these steps to set up the Graph API Service.

Prerequisites

  • Node.js
  • npm
  • Docker (optional)

Steps

  1. Clone the repository:

       git clone https://bitbucket.org/makenaisolutions/graphapiservice
       cd graphapiservice
    

  2. Install dependencies:

       npm install
    

  3. Configure environment variables in the .env file.

  4. Start the project:

       npm run start
    

Docker

To run the project using Docker:

  1. Build the Docker image:

       docker-compose build
    

  2. Start the container:

       docker-compose up