Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 589 Bytes

File metadata and controls

29 lines (18 loc) · 589 Bytes

Stripe Terminal Sample

An Express server implementation of Stripe Terminal.

Requirements

How to run

  1. Confirm .env configuration

Ensure the API keys are configured in .env in this directory. It should include the following keys:

# Stripe API keys - see https://stripe.com/docs/development/quickstart#api-keys
STRIPE_SECRET_KEY=sk_test...

2. Install dependencies and start the server

npm install npm start


3. Run the Vue web app in the client and visit `localhost:3000`.