diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..a107c3a --- /dev/null +++ b/.env.sample @@ -0,0 +1,14 @@ +GMAIL_USER=your-email@gmail.com +GMAIL_PASS=your-email-password + +SMTP_EMAIL=debaroti1rl@gmail.com +SMTP_PASSWORD=debaroti1rl@gmail.com_69 + +GEMINI_API_KEY= + +NEXT_PUBLIC_SUPABASE_URL=your-supabase-url +NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key +NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=your-cloudinary-name +NEXT_PUBLIC_CLOUDINARY_API_KEY=your-cloudinary-api-key + +# Also rename this file as .env diff --git a/PROJECT_STRUCTURE.md b/PROJECT_STRUCTURE.md index af61244..aaa190f 100644 --- a/PROJECT_STRUCTURE.md +++ b/PROJECT_STRUCTURE.md @@ -67,6 +67,9 @@ │ ├── gro3.svg │ ├── gro4.svg │ ├── hack1.jpg +│ ├── hall1.jpeg +│ ├── hall2.jpeg +│ ├── hall3.jpeg │ ├── img1.jpg │ ├── inovate1.png │ ├── inovate2.png @@ -227,6 +230,8 @@ │ │ │ │ └── page.jsx │ │ │ ├── compute-tech/ │ │ │ │ └── page.jsx +│ │ │ ├── confession/ +│ │ │ │ └── page.jsx │ │ │ ├── db-overview/ │ │ │ │ └── page.jsx │ │ │ ├── devStudent/ @@ -245,6 +250,8 @@ │ │ │ │ └── page.jsx │ │ │ ├── explore/ │ │ │ │ └── page.jsx +│ │ │ ├── future-tech/ +│ │ │ │ └── page.jsx │ │ │ ├── garage/ │ │ │ │ └── page.jsx │ │ │ ├── gen-studio/ @@ -261,6 +268,8 @@ │ │ │ │ └── page.jsx │ │ │ ├── growth/ │ │ │ │ └── page.jsx +│ │ │ ├── hall-of-fame/ +│ │ │ │ └── page.jsx │ │ │ ├── helpCenter/ │ │ │ │ └── page.jsx │ │ │ ├── hosting/ @@ -287,6 +296,8 @@ │ │ │ │ └── page.jsx │ │ │ ├── moonshots/ │ │ │ │ └── page.jsx +│ │ │ ├── mystery/ +│ │ │ │ └── page.jsx │ │ │ ├── networking-overview/ │ │ │ │ └── page.jsx │ │ │ ├── observability-view/ @@ -303,6 +314,8 @@ │ │ │ │ └── page.jsx │ │ │ ├── press-corner/ │ │ │ │ └── page.jsx +│ │ │ ├── retro/ +│ │ │ │ └── page.jsx │ │ │ ├── sandbox/ │ │ │ │ └── page.jsx │ │ │ ├── sdk/ @@ -335,6 +348,8 @@ │ │ │ │ └── page.jsx │ │ │ ├── truth/ │ │ │ │ └── page.jsx +│ │ │ ├── volunteer/ +│ │ │ │ └── page.jsx │ │ │ ├── weekly/ │ │ │ │ └── page.jsx │ │ │ ├── whitepapers/ diff --git a/repo_structure.txt b/repo_structure.txt index c716f6e..8033a40 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -63,6 +63,9 @@ │ ├── gro3.svg │ ├── gro4.svg │ ├── hack1.jpg +│ ├── hall1.jpeg +│ ├── hall2.jpeg +│ ├── hall3.jpeg │ ├── img1.jpg │ ├── inovate1.png │ ├── inovate2.png @@ -223,6 +226,8 @@ │ │ │ │ └── page.jsx │ │ │ ├── compute-tech/ │ │ │ │ └── page.jsx +│ │ │ ├── confession/ +│ │ │ │ └── page.jsx │ │ │ ├── db-overview/ │ │ │ │ └── page.jsx │ │ │ ├── devStudent/ @@ -241,6 +246,8 @@ │ │ │ │ └── page.jsx │ │ │ ├── explore/ │ │ │ │ └── page.jsx +│ │ │ ├── future-tech/ +│ │ │ │ └── page.jsx │ │ │ ├── garage/ │ │ │ │ └── page.jsx │ │ │ ├── gen-studio/ @@ -257,6 +264,8 @@ │ │ │ │ └── page.jsx │ │ │ ├── growth/ │ │ │ │ └── page.jsx +│ │ │ ├── hall-of-fame/ +│ │ │ │ └── page.jsx │ │ │ ├── helpCenter/ │ │ │ │ └── page.jsx │ │ │ ├── hosting/ @@ -283,6 +292,8 @@ │ │ │ │ └── page.jsx │ │ │ ├── moonshots/ │ │ │ │ └── page.jsx +│ │ │ ├── mystery/ +│ │ │ │ └── page.jsx │ │ │ ├── networking-overview/ │ │ │ │ └── page.jsx │ │ │ ├── observability-view/ @@ -299,6 +310,8 @@ │ │ │ │ └── page.jsx │ │ │ ├── press-corner/ │ │ │ │ └── page.jsx +│ │ │ ├── retro/ +│ │ │ │ └── page.jsx │ │ │ ├── sandbox/ │ │ │ │ └── page.jsx │ │ │ ├── sdk/ @@ -331,6 +344,8 @@ │ │ │ │ └── page.jsx │ │ │ ├── truth/ │ │ │ │ └── page.jsx +│ │ │ ├── volunteer/ +│ │ │ │ └── page.jsx │ │ │ ├── weekly/ │ │ │ │ └── page.jsx │ │ │ ├── whitepapers/