No description
Find a file
Ruidy aaf1289f6b
feat(dev): add Air config and Makefile dev target
Add .air.toml for live reload development with Air. Update Makefile to
include a 'dev' target that starts Air with custom cache directories.
Improve .gitignore to exclude 'tmp' directory used by Air.

Refactor frontend JS to use querySelector for robustness. Update HTML
template to fix form method, script loading, and message div syntax.
c
2025-09-28 14:16:18 +02:00
cmd/payit feat: scaffold payit skeleton 2025-09-27 11:08:08 +02:00
config feat: add checkout ui and driver-based payments 2025-09-27 18:43:41 +02:00
internal feat(web): extract static assets and routes for clarity 2025-09-27 23:01:04 +02:00
thoughts feat: scaffold payit skeleton 2025-09-27 11:08:08 +02:00
web feat(web): extract static assets and routes for clarity 2025-09-27 23:01:04 +02:00
.air.toml feat(dev): add Air config and Makefile dev target 2025-09-28 14:16:18 +02:00
.gitignore feat(dev): add Air config and Makefile dev target 2025-09-28 14:16:18 +02:00
AGENTS.md feat: scaffold payit skeleton 2025-09-27 11:08:08 +02:00
go.mod feat(stripe): add Stripe Checkout session API and tests 2025-09-27 11:32:34 +02:00
go.sum feat(stripe): add Stripe Checkout session API and tests 2025-09-27 11:32:34 +02:00
Makefile feat(dev): add Air config and Makefile dev target 2025-09-28 14:16:18 +02:00
README.md chore: init repo 2025-09-27 01:47:19 +02:00

PayIt

Demo application to showcase Stripe integration

Features

  • One-time payments
  • Subscription management