Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 314 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 314 Bytes

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