lideo / send10

Small Node.js app to test a payment integration with Stripe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

send10

Small Node.js app to test a payment integration with Stripe.

Add your Stripe API keys

Rename or duplicate the file env_sample to .env.

Duplicate (do this if you want to keep the original sample file as a reference)

cp env_sample .env

or

Rename

mv env_sample .env

Inside your new .env file you will find two environment variables to store your the API keys provided by Stripe.

STRIPE_PUBLISHABLE_KEY=
STRIPE_SECRET_KEY=

Start the app

npm start

About

Small Node.js app to test a payment integration with Stripe


Languages

Language:JavaScript 57.4%Language:HTML 28.7%Language:CSS 13.9%