A Cloudflare server component designed to support the QuickKode mobile app. It acts as a webhook endpoint to capture transaction messages, uses AI to analyze and extract transaction details, enables updating transactions, and provides APIs to fetch the latest transaction balance. This integration streamlines transaction management and analysis for QuickKode users.
-
Install dependencies:
yarn install
-
Run locally:
yarn dev
-
Deploy to Cloudflare Workers:
yarn wrangler deploy
npm start- Start the servernpm run dev- Start with hot reloadyarn migration --help- See available database migration related commands