Categorygithub.com/MarcGrol/shopbackend
modulepackage
0.0.0-20240711072600-306715fb733d
Repository: https://github.com/marcgrol/shopbackend.git
Documentation: pkg.go.dev

# README

Example of doing payments with the Adyen, Stripe and Mollie platform

Example app that demonstrates how Adyen, Stripe and Mollie checkout and OAuth work an all 3 platforms

Play around with the app

https://marcsexperiment.ew.r.appspot.com

Architecture

Overview if architecture

Manual deployment on Google Appengine

# Login in to gcloud to start using the cli
gcloud auth login 
gcloud config set project <your-project-name>   

# Prepare a task-queue
gcloud tasks queues create default --max-attempts=10 --max-concurrent-dispatches=5

# Create your own app.yaml
cp app_example.yaml app.yaml # and set env-vars to the right values

# Perform the actual deployment
gcloud app deploy app.yaml index.yaml cron.yaml --quiet

# Packages

No description provided by the author
No description provided by the author