Full-stack e-commerce store for developer laptop stickers. Automated with dropshipping
https://github.com/user-attachments/assets/d32962b3-6aa8-401c-ab43-440fff3e31cc
Authenticate with convenient and secure email-only login.
Browse the catalog, filter by category, and sort.
Add item to cart, proceed to checkout.
Place order and checkout with secure embedded Stripe form, optimized for conversions.
View orders, download receipts, and track shipping status.
$ brew install stripe/stripe-cli/stripe
)https://website.com/api/v1/webhook/checkout
)git clone https://github.com/spencerlepine/swagsticker.com
cd swagsticker.com
cp .env.template .env.development
npm install
stripe login
stripe listen --forward-to localhost:3000/api/v1/webhook/checkout
# *open separate terminal*
npm run dev
# visit http://locahost:3000
stripe login
stripe listen --forward-to localhost:3000/api/v1/webhook/checkout
# *open separate terminal*
cp .env.template .env.production
docker-compose -f ./docker/docker-compose.dev.yml --env-file .env.production up --build
# visit http://locahost:3000
cp .env.template .env.production
docker-compose -f ./docker/docker-compose.prod.yml --env-file .env.production up --build
# visit http://localhost
GNU General Public License v3.0 or later
See COPYING to see the full text.