Skip to content

manaskumar3003/webhook-Service-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webhook dispatcher service

A lightweight and simple webhook system written in Go.

Features

  • Simple and lightweight webhook dispatcher
  • Easy to integrate
  • Support for custom event handlers

Usage

Configuration

  1. Create a .env file in your project root
  2. Go to https://webhook.site/ and copy your unique address
  3. Add the following variables to .env:
WEBHOOK_ADDRESS=https://webhook.site/your-unique-id
REDIS_ADDRESS=redis:6379

Running the System

Load your .env file and start the webhook system with your configured addresses. docker compose build docker compose up -d (if you want to run the frontend use npm i && npm run dev)

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors