Skip to content

isikacer/StripePaymentNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stripePaymentNode

simple exemple of stripe payment with nodejs

How to install

  • $ npm install

settings .env

create acount in https://stripe.com/

copy your stripe public key and private key

go to file .env and do the change

STRIPE_SECRET_KEY=your_stripe_secret_key
STRIPE_PUBLIC_KEY=your_stripe_public_key  

how to run

  • $ npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published