# Github Webhook Gateway
The micro service to ingress the Github comment events.
# Step to build
1. Install Rust programming language tool chain by following [Install Rust](https://www.rust-lang.org/tools/install)
2. `cargo build` to build the project.
3. `cargo run` to run the service.