backup page - working 1 done

This commit is contained in:
2025-08-25 00:19:12 +05:30
parent d8ee9da6f9
commit 38c3c43e6b
7 changed files with 367 additions and 49 deletions

View File

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