This project is created following the Youtube tutorial "Learn Drizzle In 60 Minutes" by Web Dev Simplified.
Create .env with the following env var.
DATABASE_URL=
I was using Neon service and I had to copy the Connection String to use it in the env var.
npm run db:gen
npm run db:migrate
npm run dev