Skip to content

Commit

Permalink
feat(prisma): Setup schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tinspham209 committed May 5, 2023
1 parent 04d052f commit 8217a50
Show file tree
Hide file tree
Showing 6 changed files with 4,352 additions and 4,216 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DATABASE_URL="mongodb+srv://<username>:<password>@cluster0.<cluster_id>.mongodb.net/<db_env>"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ yarn-error.log*

# local env files
.env*.local
.env

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
- Next.JS 13
- TypeScript
- TailwindCSS
- Zustand (state management)
- Zustand
- React-hook-form
- Prisma

## Installation
```
Expand Down
Loading

0 comments on commit 8217a50

Please sign in to comment.