CoolFace
Apppublic

valent-p/qecho

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
12 commits on main
ee09c9c7mo ago

feat: Implement Supabase client initialization, including environment variable validation and a connectivity test.

valent-p
c99086b8mo ago

feat: add Supabase client initialization with environment variable validation.

valent-p
92bdcb08mo ago

feat: Implement secure data storage and retrieval services with encryption/decryption and add local mock tests for API endpoints.

valent-p
2d681928mo ago

feat: Add secure message storage and retrieval via Supabase with burn and retrieval limit options.

valent-p
fa85d008mo ago

refactor: modularize application by extracting core logic into dedicated services, security, database, and router modules.

valent-p
ba921838mo ago

feat: Implement QEcho client with send/get functionality, update README, and add a .gitignore file

valent-p
31c8c9e8mo ago

feat: Introduce 'burn after reading' functionality for message retrieval and a new CLI tool.

valent-p
73710808mo ago

feat: Implement blind indexing with a twin key generator for secure multi-user data storage and retrieval, and add a new test script demonstrating its functionality.

valent-p
868b0648mo ago

feat: Integrate Supabase for persistent data storage, replacing the in-memory mock database and updating store/retrieve operations.

valent-p
b53a71c8mo ago

feat: Implement encrypted data storage and retrieval endpoints using FastAPI and cryptography, and update the README.

valent-p
3339f7e8mo ago

feat: Add initial FastAPI "Hello World" application with Docker setup.

valent-p
f04aee08mo ago

initial commit

valent-p