You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@
11
11
12
12
## ⚙️ Tech Stack:
13
13
14
-
- Next.js
15
-
-NextAuth.js
16
-
-Prisma
17
-
-Drizzle
18
-
-Tailwind CSS
19
-
-tRPC
14
+
- Next.js : Framework for React applications with server-side rendering.
15
+
-Tailwind CSS : Utility-first CSS framework for rapid UI development.
16
+
-MongoDB & Mongoose : Database and object data modeling (ODM) for Node.js.
17
+
-Cloudinary : Media storage and optimization service.
18
+
-Nodemailer : Node.js library for sending emails.
19
+
-Shadcn : Collection of pre-built components using Radix UI and Tailwind CSS.
20
20
21
21
## 💡 Features:
22
22
@@ -47,6 +47,7 @@ To start your development server run:
47
47
```bash
48
48
pnpm dev
49
49
```
50
+
Before getting started, please ensure that the .env file is properly configured. The .env.example file has been provided for your reference, with examples of environment variables to be listed.
0 commit comments