* Add health check API endpoint with database connectivity
* Update locale handling to fallback to default language on invalid input
* Add health check endpoints for application readiness and liveness
- Introduced `/api/health/readiness` endpoint to check if the application can serve requests, including database connectivity.
- Introduced `/api/health/liveness` endpoint to verify if the application is running independently of external dependencies.
- Updated the health check logic to streamline database connectivity checks and response handling.
* Refactor health check logic
---------
Co-authored-by: Julen Dixneuf <julen.d@padoa-group.com>
* environment variable
* random category draft
* get category from ai
* input limit and documentation
* use watch
* use field.name
* prettier
* presigned upload, readme warning, category to string util
* prettier
* check whether feature is enabled
* use process.env
* improved prompt to return id only
* remove console.debug
* show loader
* share class name
* prettier
* use template literals
* rename format util
* prettier
* Improve README instructions for local setup
* Fix search functionality #61
- use 'includes' for expense filtering
* Ensure expense groups with no matching expenses are hidden after filtering
* Improve README instructions for local setup