soerenmetje / stripe-vue-node

Boilerplate for a dashboard integrating Stripe using VueJS and NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stripe-Vue-Node

This project is a boilerplate for a dashboard integrating Stripe using VueJS and NodeJS.

Components

Frontend

VueJS frontend contains client-side code. For setup see frontend/Readme.md.

Backend

NodeJS backend contains server-side code. Wraps needed Stripe functions. For setup see backend/Readme.md.

Stripe-CLI

Stripe-CLI is needed for development and local testing of Stripe webhooks. For setup see stripe-cli/Readme.md.

Stripe Checkout

Following sequence starts when the user clicked buy on a specific price.

sequence-checkout.jpg

About

Boilerplate for a dashboard integrating Stripe using VueJS and NodeJS

License:MIT License


Languages

Language:JavaScript 70.1%Language:Vue 24.9%Language:HTML 5.0%