Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
/ stripe_fresh Public archive

stripe integration using deno fresh

Notifications You must be signed in to change notification settings

ionutrogojan/stripe_fresh

Repository files navigation

Deno Fresh + Stripe payment demo

This example is built on top of Omar2205's demo, with a few improvements.

All the functions of this example are accompanied by comments detailing the process and reason.

Usage

  1. Rename .env.example to .env

  2. Replace with your actual keys stripe.com/test/apikeys

  3. Start the project:

deno task start