torkpe / webhooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

A simple project that allows the creation, subscription and publishing of webhooks.

Requirements

  • Node
  • A postgres db connection url

Installation

  • After cloning of repo, cd into the webhooks folder
  • install dependencies by running yarn install
  • start server by running yarn dev on local

About


Languages

Language:JavaScript 99.4%Language:TypeScript 0.6%