An Express server implementation of Stripe Terminal.
- Node v10+
- Configured .env file
- 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`.