Server refactor completed

This commit is contained in:
2025-12-29 05:42:57 +02:00
parent 16aaf1919d
commit 2b1b77334a
10 changed files with 551 additions and 440 deletions

View File

@@ -1,9 +1,9 @@
# Todo List
## General todo
- [ ] Docker Server Support with docker-compose.yml (Basic Config from .ENV file)
- [ ] Authentication options for cli
- [ ] **Refactor** the code to make it more readable and maintainable. (Split server, hooks and routes. Split CLI into commands etc. Common connection code.)
- [✔️] Docker Server Support with docker-compose.yml (Basic Config from .ENV file)
- [✔️] Authentication options for cli
- [✔️] **Refactor** the code to make it more readable and maintainable. (Split server, hooks and routes. Split CLI into commands etc. Common connection code.)
- [ ] Whatsapp Business API support add
- [ ] Optional Postgres server connection for Whatsmeo
- [ ] Optional Postgres server,database for event saving and hook registration