Backfeed is an open-source feedback reporting platform.
First, create a Postgres database called backfeed
. Then, cp .env.local.template .env.local
and fill in the values.
Install dependencies:
bun install
Run database migrations:
bun db:migrate
Run the dev server:
bun run dev
Our Backfeed payment processor, Polar, issues webhooks. Webhooks are used in this project for realtime updates. Webhooks can be managed at https://sandbox.polar.sh/dashboard/$ORGANIZATION_NAME/settings/webhooks.
The code in this repository is licensed under MIT, © Omni LLC. See LICENSE.md for more information.