Quentin BEY
b76dd37d76
🔧 (backend) ignore .venv in compile messages command
...
We have to change the ignored files used in the compoilemessages
command. uv is using .venv directory and not venv
2026-01-18 22:57:58 +01:00
Manuel Raynaud
2172e005e8
🔥 (core) remove code related to a frontend application
...
There is no frontend application in the find project. All code related
to a frontecnd application is removed.
2025-01-10 14:46:06 +01:00
Manuel Raynaud
325fd0a8dc
♻️ (core) rename drive project in find
...
Initially the project was named drive and many references are still
present. We decided to revamp all the project to only have references to
find.
2025-01-10 14:46:06 +01:00
Samuel Paccoud
cb33899132
✨ (backend) first working prototype
...
This is built from our boilerplate and adds a first working
prototype of indexing (single document or bulk) and searching
(with basic filtering and sorting. No authentication yet).
Run `make demo` to generate an index for development.
2024-09-02 20:15:41 +02:00