Getting Started with ApiHub

Clonning and Running the project

git clone https://github.com/apihub/apihub.git
cd apihub
make setup
make run-api

Running Tests

make test
make race # If you want to check if there's any race condition.