QRCODE generator API with FastAPI
GET /api/v1/generate?data={data}| Parameter | Type | Description |
|---|---|---|
data |
string |
Required. Your Data |
Clone the project
git clone https://github.com/v3nus7/base_bot.gitGo to the project directory
cd base_botInstall dependencies
pip install -r requirements.txtTo Run
uvicorn app.main:app --reload