Skip to content

Repo based on Learn Drizzle In 60 Minutes Youtube Tutorial by Web Dev Simplified and using Neon Tech

Notifications You must be signed in to change notification settings

rogercastaneda/drizzle-neon-pg-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This project is created following the Youtube tutorial "Learn Drizzle In 60 Minutes" by Web Dev Simplified.

Environment file

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.

Schema generate

npm run db:gen

Schema migration

npm run db:migrate

Run project

npm run dev

About

Repo based on Learn Drizzle In 60 Minutes Youtube Tutorial by Web Dev Simplified and using Neon Tech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published