Skip to content

Commit

Permalink
add prisma + postgres integration
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavArora314 committed Aug 11, 2024
1 parent 95358a7 commit 96bc103
Show file tree
Hide file tree
Showing 17 changed files with 824 additions and 56 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ NEXTAUTH_SECRET=password_nextauth
GOOGLE_CLIENT_ID=clientid
GOOGLE_CLIENT_SECRET=clientsecret
GITHUB_ID=id
GITHUB_SECRET=secret
GITHUB_SECRET=secret
DATABASE_URL=postgresql://postgres:mysecretpassword@localhost:5432/public
Loading

0 comments on commit 96bc103

Please sign in to comment.