/fastapi-ussd-sample

Sample python fastapi web application that utilizes the USSD platform of Arkesel

Primary LanguagePython

fastapi-ussd-sample

To run this application, you must have:

  • Python installed on your system

Clone the repository

Open the terminal in the application directory

  • run pip install fastapi
  • run pip install "uvicorn[standard]"
  • run pip install cachetools
  • then finally run uvicorn main:app --reload