Skip to content

Killjoy99/eNtweniChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eNtweniChat

A chat application with a fastapi backend and a python kivy frontend.

Folder Structure

BACKEND

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

About

A chat application with a fastapi backend and a python kivy frontend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published