Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 795 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 795 Bytes


Stripe Minisite

A web app for freelancers to professionally handle credit and debit card payments through a personal web link.

📸 Screenshot

📚 Usage

  1. ⬇️ Clone this repo to your server by running git clone https://github.com/ZeshanA/Stripe-Minisite
  2. 🔑 Swap out the API key in node/app.js for your own from Stripe
  3. ⌨️ Start the payment server by running node node/app.js
  4. ⚡️ Share the link to your page and start accepting payments!

🛠 Stack

Written using Node.js and express.js.