- Add complete TypeScript types for all document entities - Implement Redux store with document slice and async thunks - Create comprehensive API services layer with external integrations - Build complete UI views with Material-UI components: * UploadView: drag&drop with file preview and status * ExtractionView: structured data display (identities, addresses, properties, contracts) * AnalyseView: CNI verification, credibility scoring, recommendations * ContexteView: external data sources (Cadastre, Géorisques, BODACC, etc.) * ConseilView: LLM analysis with risks and next steps - Add Layout component with navigation tabs - Configure environment variables for backend integration - Fix all TypeScript compilation errors - Replace Grid with Box for better compatibility - Add comprehensive error handling and loading states
14 lines
502 B
Plaintext
14 lines
502 B
Plaintext
# Configuration API Backend
|
|
VITE_API_URL=http://localhost:8000
|
|
|
|
# Configuration pour le développement
|
|
VITE_APP_NAME=4NK IA Front Notarial
|
|
VITE_APP_VERSION=0.1.0
|
|
|
|
# Configuration des services externes (optionnel)
|
|
VITE_CADASTRE_API_URL=https://apicarto.ign.fr/api/cadastre
|
|
VITE_GEORISQUES_API_URL=https://www.georisques.gouv.fr/api
|
|
VITE_GEOFONCIER_API_URL=https://api2.geofoncier.fr
|
|
VITE_BODACC_API_URL=https://bodacc-datadila.opendatasoft.com/api
|
|
VITE_INFOGREFFE_API_URL=https://entreprise.api.gouv.fr
|