A web app for freelancers to professionally handle credit and debit card payments through a personal web link.
- ⬇️ Clone this repo to your server by running
git clone https://github.com/ZeshanA/Stripe-Minisite
- 🔑 Swap out the API key in
node/app.js
for your own from Stripe - ⌨️ Start the payment server by running
node node/app.js
- ⚡️ Share the link to your page and start accepting payments!
Written using Node.js and express.js.