Tien Len Bot API

Configuration

Run locally

  • Create conda environment, note that python version should be Python 3.11
conda create --name tlmn python=3.11
conda activate tlmn
  • Install required packages
pip install -r requirements.txt --no-cache-dir

Launch the API

  • To Launch the API on localhost, run:
uvicorn app.main:app --reload   

Example

  • Import this file to Postman to test API.