Commit Graph

6 Commits

Author SHA1 Message Date
Puechberty Arthur 1fcb1c2b88 refactor: migrate from SQLite to PostgreSQL for session management and data storage
- Updated package dependencies to replace SQLite with PostgreSQL.
- Modified privacy policy to reflect the change in database technology.
- Adjusted session management in server.js to use connect-pg-simple.
- Enhanced docker-compose.yml to include PostgreSQL service with health checks.
- Added Dockerfile for multi-stage builds for development and production environments.
- Introduced .dockerignore to exclude unnecessary files from the Docker context.
2026-04-01 14:49:44 +02:00
Puechberty Arthur 53f07a1d85 feat: Mise à jour du README et ajout d'un fichier .env.example pour la configuration 2026-03-30 22:42:05 +02:00
Arthur Puechberty e321e38c19 add some utilities commands 2026-01-17 23:07:54 +01:00
Arthur Puechberty d5f0f4c30b add structure for simplifie creation of global command 2026-01-17 15:13:22 +01:00
Arthur Puechberty 08647924e3 finish of level system 2026-01-17 14:12:37 +01:00
Arthur Puechberty 20f7e080a8 add readme & refonte css 2026-01-16 00:47:11 +01:00