WebTrigger is a service that simplifies webhook management and includes basic filtering. It is built using Elysia.js and PostgreSQL.
Small usage example: https://github.com/dev5c32373043/webtrigger-example
To start the project install all dependencies in requrements section.
Add .env
or .env.local
file (.env.example
as an example)
Install packages:
bun install
Create database and run migrations:
bunx prisma migrate dev --name init
And finally start the dev server:
bun run dev
- Bun.js 1.0.0+
- Elysia.js 0.6.24+
- PostgreSQL 12.11+