7 Commits

Author SHA1 Message Date
Mathis HERRIOT
c1a74d712b
feat: add cookie-parser and csurf dependencies to backend package.json and update pnpm-lock.yaml 2025-05-17 10:33:17 +02:00
Mathis HERRIOT
2f9d2d1df1
feat: add @nestjs/swagger and swagger-ui-express dependencies for API documentation 2025-05-16 19:09:29 +02:00
Mathis HERRIOT
f30f973178
chore(deps): update pnpm-lock file to reflect dependency upgrades and lockfile version bump to 9.0 2025-05-16 19:06:58 +02:00
eee687a761 chore: update pnpm-lock.yaml to add socket.io-client and dependencies
Added `socket.io-client@4.8.1` alongside its dependencies (`engine.io-client@6.6.3`, `engine.io-parser@5.2.3`, `socket.io-parser@4.2.4`, and `xmlhttprequest-ssl@2.1.2`). Updated lock file to reflect changes.
2025-05-16 17:05:24 +02:00
bb16aaee40 chore: update pnpm-lock.yaml to include swr and associated dependencies
Added `swr@2.3.3` with peer and regular dependencies (`react@19.1.0`, `dequal@2.0.3`, `use-sync-external-store@1.5.0`). Updated lock file to reflect changes.
2025-05-16 14:45:06 +02:00
2035821e89 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.
2025-05-15 17:13:05 +02:00
32f82e46f8 docs: add new documentation section and update license details
Introduced a "Documentation" section in the README with links to various detailed implementation plans (e.g., backend architecture and OAuth integration). Updated the license from MIT to AGPLv3 to align with project compliance.
2025-05-15 13:39:36 +02:00