Setup your development
Prerequisite You should have installed the following dependencies:
Step 1. Clone Igbo API repo
Step 2. Install dev dependencies
Step 3: Build the project
Step 4: Run the project
The Igbo API will be running at http://localhost:8080
The Igbo API website will be running at
http://localhost:3000
Enable Firebase Authentication
This project uses Firebase and requires you to create your own free Firebase project. Please follow the Firebase Configuration Guide hereOptional: Development with Replica Sets and Redis
To start the dev API server while running MongoDB Replica sets and the Redis cache, run:You must have Redis installed on your
machine in order to run the server.