Skip to content

tnilkuha/Shopping-Cart

 
 

Repository files navigation

Shopping Cart

This ecommerce example is modified to show how to use 8x8's SMS and Video APIs.

Dependencies

  1. Python3
  2. Several packages in requirements.txt (taken care of as part of "How to Run")
  3. An 8x8 Subaccount/API Key

How to run

  1. Modify Variables.py with your 8x8 credentials such as: voice/sms subaccounts, api keys, sms sender id and voice phone number.
  2. Create Virtual Environment - python3 -m venv myenv
  3. Use Virtual Environment - source myenv/bin/activate
  4. Install Requirements - pip install -r requirements.txt
  5. Run the server - pipenv run python main.py
  6. Enter localhost:5002 in the browser

About

Showing how to use 8x8's SMS, Video APIs using a Ecommerce Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • HTML 1.2%
  • Other 0.3%