]> git.digitality.be Git - pdw25-26/commit
Mobile : Modification 'server' mis das 'Wallette'
authorThibaud Moustier <thibaudmoustier0@gmail.com>
Tue, 24 Feb 2026 15:44:15 +0000 (16:44 +0100)
committerThibaud Moustier <thibaudmoustier0@gmail.com>
Tue, 24 Feb 2026 15:44:15 +0000 (16:44 +0100)
commit661bdb7985e8d8768d0ac6f5fe453b9796217b98
treed4d0303a4ea2e95b51ebefb74df26dad1398c989
parentc02d8a60815d1e90317a57aa2eb33d8083fda19b
Mobile : Modification 'server' mis das 'Wallette'
39 files changed:
Wallette/server/.env-thibaud [new file with mode: 0644]
Wallette/server/.gitignore [new file with mode: 0644]
Wallette/server/DOC-FRONTEND-SOCKET_POUR_OCEANE_ET_THIBAUD.md [new file with mode: 0644]
Wallette/server/EXAMPLE-other-project.js [new file with mode: 0644]
Wallette/server/app.js [new file with mode: 0644]
Wallette/server/config/db.js [new file with mode: 0644]
Wallette/server/modules/alerts/adapters/mysql.adapter.js [new file with mode: 0644]
Wallette/server/modules/alerts/alerts.controller.js [new file with mode: 0644]
Wallette/server/modules/alerts/alerts.repo.js [new file with mode: 0644]
Wallette/server/modules/alerts/alerts.router.js [new file with mode: 0644]
Wallette/server/modules/alerts/alerts.service.js [new file with mode: 0644]
Wallette/server/modules/alerts/channels/console.js [new file with mode: 0644]
Wallette/server/modules/alerts/channels/discord.js [new file with mode: 0644]
Wallette/server/modules/alerts/channels/mailer.js [new file with mode: 0644]
Wallette/server/modules/alerts/channels/telegram.js [new file with mode: 0644]
Wallette/server/modules/alerts/channels/web.js [new file with mode: 0644]
Wallette/server/modules/alerts/index.js [new file with mode: 0644]
Wallette/server/modules/alerts/socketManager.js [new file with mode: 0644]
Wallette/server/modules/alerts/test-alerts.js [new file with mode: 0644]
Wallette/server/modules/init-alerts.js [new file with mode: 0644]
Wallette/server/package-lock.json [new file with mode: 0644]
Wallette/server/package.json [new file with mode: 0644]
Wallette/server/test-alerts.js [new file with mode: 0644]
Wallette/server/test-module-complet.js [new file with mode: 0644]
Wallette/server/test-server-socket.js [new file with mode: 0644]
Wallette/server/test-server.js [new file with mode: 0644]
Wallette/system_notification/.gitignore [new file with mode: 0644]
Wallette/system_notification/README.md [new file with mode: 0644]
Wallette/system_notification/config/db.js [new file with mode: 0644]
Wallette/system_notification/package-lock.json [new file with mode: 0644]
Wallette/system_notification/package.json [new file with mode: 0644]
Wallette/system_notification/repositories/MySqlAlertRepository.js [new file with mode: 0644]
Wallette/system_notification/services/alerts/alertServices.js [new file with mode: 0644]
Wallette/system_notification/services/channels/discord.js [new file with mode: 0644]
Wallette/system_notification/services/channels/mailer.js [new file with mode: 0644]
Wallette/system_notification/services/channels/telegram.js [new file with mode: 0644]
Wallette/system_notification/services/channels/web.js [new file with mode: 0644]
Wallette/system_notification/test-connection.js [new file with mode: 0644]
Wallette/system_notification/test-mailer.js [new file with mode: 0644]