diff --git a/dmwt_session10/.env.development.local b/dmwt_session10/.env.development.local
new file mode 100644
index 0000000000000000000000000000000000000000..52881f8abdb5fa760f851392dd94abde1dc32ea3
--- /dev/null
+++ b/dmwt_session10/.env.development.local
@@ -0,0 +1,10 @@
+# Created by Vercel CLI
+POSTGRES_URL="postgres:dmwt@localhost:5432/postgres"
+postgres_DATABASE="verceldb"
+postgres_HOST="ep-cool-butterfly-a2hu9s1v-pooler.eu-central-1.aws.neon.tech"
+postgres_PASSWORD="8AYUTX9lBwsi"
+postgres_PRISMA_URL="postgres://default:8AYUTX9lBwsi@ep-cool-butterfly-a2hu9s1v-pooler.eu-central-1.aws.neon.tech/verceldb?pgbouncer=true&connect_timeout=15&sslmode=require"
+postgres_URL="postgres://default:8AYUTX9lBwsi@ep-cool-butterfly-a2hu9s1v-pooler.eu-central-1.aws.neon.tech/verceldb?sslmode=require"
+postgres_URL_NON_POOLING="postgres://default:8AYUTX9lBwsi@ep-cool-butterfly-a2hu9s1v.eu-central-1.aws.neon.tech/verceldb?sslmode=require"
+postgres_URL_NO_SSL="postgres://default:8AYUTX9lBwsi@ep-cool-butterfly-a2hu9s1v-pooler.eu-central-1.aws.neon.tech/verceldb"
+postgres_USER="default"
diff --git a/dmwt_session10/.env.local b/dmwt_session10/.env.local
new file mode 100644
index 0000000000000000000000000000000000000000..1801f0bb81e495e012f2c3ba0976c54db0d14f99
--- /dev/null
+++ b/dmwt_session10/.env.local
@@ -0,0 +1 @@
+POSTGRES_URL=postgres://postgres:dmwt@localhost:5432/postgres
\ No newline at end of file
diff --git a/dmwt_session10/.gitignore b/dmwt_session10/.gitignore
index 8460eeaf73ff167b58f97cce0633164dc5546d5a..a2d7bd9eb2d464e21d6b029eb06db469094f2aa9 100644
--- a/dmwt_session10/.gitignore
+++ b/dmwt_session10/.gitignore
@@ -25,14 +25,7 @@ npm-debug.log*
 yarn-debug.log*
 yarn-error.log*
 
-# local env files
-.env*.local
-
-# vercel
-.vercel
-
 # typescript
 *.tsbuildinfo
 next-env.d.ts
 
-.vercel
diff --git a/dmwt_session10/.vercel/README.txt b/dmwt_session10/.vercel/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..525d8ce8ef25a14dd73ee1f4d65047de05ccfdfa
--- /dev/null
+++ b/dmwt_session10/.vercel/README.txt
@@ -0,0 +1,11 @@
+> Why do I have a folder named ".vercel" in my project?
+The ".vercel" folder is created when you link a directory to a Vercel project.
+
+> What does the "project.json" file contain?
+The "project.json" file contains:
+- The ID of the Vercel project that you linked ("projectId")
+- The ID of the user or team your Vercel project is owned by ("orgId")
+
+> Should I commit the ".vercel" folder?
+No, you should not share the ".vercel" folder with anyone.
+Upon creation, it will be automatically added to your ".gitignore" file.
diff --git a/dmwt_session10/.vercel/project.json b/dmwt_session10/.vercel/project.json
new file mode 100644
index 0000000000000000000000000000000000000000..2add7997e1f2e538bcd74cb8cf024427e8275b33
--- /dev/null
+++ b/dmwt_session10/.vercel/project.json
@@ -0,0 +1 @@
+{"projectId":"prj_rW7UhqFHBMKPJBDMZsNIy6ogcx9x","orgId":"team_CHcVeknbdpaFVWf9yZIAXIu8"}
\ No newline at end of file