A chat application with a fastapi backend and a python kivy frontend.
ENTWENICHAT/backend
├── src
│ ├── auth
│ │ ├── __init__.py
│ │ ├── config.py
│ │ ├── constants.py
│ │ ├── dependancies.py
│ │ ├── models.py
│ │ ├── router.py
│ │ ├── schemas.py
│ │ ├── service.py
│ │ └── utils.py
│ ├── config.py
│ ├── database.py
│ ├── exceptions.py
│ ├── main.py
│ ├── models.py
│ └── pagination.py
├── requirements
│ ├── base.txt
│ ├── dev.txt
│ └── prod.txt
├── templates
│ └── index.html
├── tests
│ └── auth
├── logging.ini
└── .env