Starter Kit home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Guides
Start with Docker
Documentation
API Reference
Community
Blog
Introduction
Igbo API
Overview
Quickstart
Development
Guides
Seeding the Database
Authentication with Firebase
Testing
Start with Docker
Migrating the Database
Essentials
Glossary
Dialects
Word Classes
Frequently Asked Questions
Contributing
On this page
Step 1: Install Docker
Step 2: Download the Igbo API Docker Image
Step 3: Run the Image
Guides
Start with Docker
Start the Igbo API with Docker
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:
Copy
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.
Testing
Migrating the Database
Assistant
Responses are generated using AI and may contain mistakes.