Flecity API

Flecity APIの技術的な詳細です。このAPIは高確率でメンテが必要です。

ファイル構造

your_project/ ├── app/ │ ├── main.py │ ├── database.py │ ├── models.py │ ├── schemas.py │ ├── crud.py │ ├── utils.py │ └── config.py └── requirements.txt

Last updated