feat(ocr) - route fixed, saving done

This commit is contained in:
2025-09-05 00:17:18 +05:30
parent 399c47dcfd
commit 62834f6eb9
11 changed files with 279 additions and 54 deletions

View File

@@ -1,9 +1,9 @@
HOST="localhost"
HOST=localhost
PORT=5000
FRONTEND_URL="http://localhost:3000"
FRONTEND_URL=http://localhost:3000
JWT_SECRET = 'dentalsecret'
DB_HOST="localhost"
DB_USER="postgres"
DB_PASSWORD="mypassword"
DB_NAME="dentalapp"
DB_HOST=localhost
DB_USER=postgres
DB_PASSWORD=mypassword
DB_NAME=dentalapp
DATABASE_URL=postgresql://postgres:mypassword@localhost:5432/dentalapp