FASTAPI-Backend
├─ app
│ ├─ config.py
│ ├─ database.py
│ ├─ fake_data_generator.py
│ ├─ main.py
│ ├─ models.py
│ ├─ oauth2.py
│ ├─ routers
│ │ ├─ ad.py
│ │ ├─ auth.py
│ │ ├─ category.py
│ │ ├─ image.py
│ │ ├─ message.py
│ │ ├─ product.py
│ │ ├─ review.py
│ │ ├─ search.py
│ │ ├─ user.py
│ │ └─ wish_list.py
│ ├─ schemas.py
│ ├─ utils.py
│ └─ __init__.py
├─ README.md
└─ requirements.txt
This is a main push.
This is a test file.+