Skip to content

Commit fce5581

Browse files
authored
Merge pull request #242 from abhitrueprogrammer/prod
v3
2 parents 021d5f3 + cebf008 commit fce5581

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2342
-1468
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ yarn-error.log*
3636
.env
3737
.env.lcal
3838
.env*.local
39-
39+
.env.prod
4040
# vercel
4141
.vercel
4242
.env.staging

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<p align="center"><a href="https://www.codechefvit.com" target="_blank"><img src="https://i.ibb.co/4J9LXxS/cclogo.png" width=160 title="CodeChef-VIT" alt="Codechef-VIT"></a>
22
</p>
3-
3+
.
44
<h2 align="center"> Papers </h2>
55
<br/>
66

7+
78
> <p>Prepare to excel in your CATs and FATs with CodeChef-VIT's dedicated repository of past exam papers. Access key resources to review concepts, tackle challenging questions, and familiarize yourself with exam patterns. Boost your confidence, sharpen your strategy, and get ready to ace your exams!</p>
89
910
## 🌐 Deploy
@@ -17,7 +18,6 @@
1718
- MongoDB & Mongoose : Database and object data modeling (ODM) for Node.js.
1819
- Cloudinary : Media storage and optimization service.
1920
- Shadcn : Collection of pre-built components using Radix UI and Tailwind CSS.
20-
2121
## 💡 Features:
2222

2323
- Access a vast collection of past CAT and FAT papers

ongoing-papers.ts

Lines changed: 0 additions & 44 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"@google/genai": "^0.7.0",
1413
"@radix-ui/react-accordion": "^1.2.4",
1514
"@radix-ui/react-dialog": "^1.1.7",
1615
"@radix-ui/react-icons": "^1.3.2",
@@ -36,6 +35,8 @@
3635
"embla-carousel-react": "^8.6.0",
3736
"fuse.js": "^7.1.0",
3837
"geist": "^1.3.1",
38+
"google-auth-library": "^10.2.1",
39+
"googleapis": "^155.0.0",
3940
"jose": "^5.10.0",
4041
"lodash": "^4.17.21",
4142
"lucide-react": "^0.395.0",

0 commit comments

Comments
 (0)