simple exemple of stripe payment with nodejs
- $ npm install
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
- $ npm run start