This is a SST project bootstrapped with create-sst
.
- Node.js (20.x or newer)
- AWS Account (
technical-interviews
profile) - Stripe Account
# Install dependencies
npm install
# Run development environment
npm run dev
✔ Deployed:
API
ApiUrl: https://xxx.execute-api.eu-central-1.amazonaws.com
# Set Stripe API key
npx sst secrets set STRIPE_KEY sk_test_abc123
# Request customer portal URL
curl "https://xxx.execute-api.eu-central-1.amazonaws.com/drivers/1/get-customer-portal-url"