Skip to main content
This is an alternative approach to locally running the Igbo API. If you want to run the Igbo API on your machine, navigate to the Development section

Step 1: Install Docker

If you don’t have Docker on your machine, you can install it here

Step 2: Download the Igbo API Docker Image

Download the Igbo API Docker image

Step 3: Run the Image

Run the following command:
npm run start:docker
The Igbo API will be running at http://localhost:8080
Ensure you are not running the Igbo API with npm while running with Docker. The ports will clash if both are running concurrently.
I