The original intention of this project was to build a livestream e-commerce application similar to Alibaba Live or Whatnot. It supports setup of concu

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-08-14 15:00:08

The original intention of this project was to build a livestream e-commerce application similar to Alibaba Live or Whatnot. It supports setup of concurrent livestreams, each with 1 click purchasing enabled from within the stream. However, with a few clever additions, this can be easily extended to other use cases such as:

You will need a Stripe account with stripe connect setup. Paste your stripe PK in the stripePublishableKey portion of your Info.plist file. Also paste your stripe SK in index.js on line 3. Strongly consider doing something more secure in a live environment

You will need to generate Amplify config files before running the app. If you are setting the project up for the first time, from the magicshop folder run

Leave a Comment