docs: update README and dependencies, add .gitignore entry

Reorganized README sections, adding project overview and implementation guides for better navigation. Added `.gitignore` entry to exclude `node_modules`. Updated `pnpm-lock.yaml` with new dependencies for authentication, database, and real-time communication modules.
This commit is contained in:
2025-05-15 17:13:05 +02:00
parent b8fc2219b9
commit 2035821e89
4 changed files with 1677 additions and 110 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
node_modules