Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 534 Bytes

File metadata and controls

21 lines (14 loc) · 534 Bytes

Example Server

A minimal example server for gabber.dev applications demonstrating how to create a token and how to receive a webhook.

Run the server

First copy the .env.example file into a new file, .env and add your GABBER_API_KEY from the gabber dashboard.

Then install dependencies

pnpm install

and finally run the server

pnpm run dev

The server will be running on port 4000 and all of the example client apps are configured to talk to call GET localhost:4000/token to request their token.