D

Dwata

No-code desktop app to explore business data with reports, realtime collaboration, offline mode and GPT integration

(chore) Fix in middleware to check env setup in backend, other minor refactor

(chore) Added dot env support in backend (task) Added authentication middleware, reading JWT

(chore) Migration to TypeScript started (task) React Router added in webapp

(chore) sqlalchemy-migrate in backend dependencies (task) started README in backend

Backend: database.select.Select.get_count corrected to process in absence of 'id' column without error

Added psycopg2 to backend. Error in processing VARCHAR columns without defined length solved.