This repository contains the code for two websites:
- Payment Request API demo site (https://paymentrequest.show/) in the main
directory and
app
subdirectory. - Bobpay.xyz website (https://bobpay.xyz) in the
bobpay
subdirectory.
The apps can be deployed as node.js applications. In addition, app.yaml
and bobpay/app.yaml
are included here for the purposes of deploying on
Google App Engine.
Make sure the Google Cloud SDK is installed.
After configuring your project, simply run the following command to deploy or update the applications in their respective directories.
gcloud app deploy --project <your-project>
The application should now be serving at <your-project>.appspot.com
.