Skip to content

Commit 27f9403

Browse files
Merge pull request #1 from abhitrueprogrammer/staging
Staging merge
2 parents 021d5f3 + 4ee3c39 commit 27f9403

Some content is hidden

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

49 files changed

+2302
-1279
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

@@ -17,7 +17,6 @@
1717
- MongoDB & Mongoose : Database and object data modeling (ODM) for Node.js.
1818
- Cloudinary : Media storage and optimization service.
1919
- Shadcn : Collection of pre-built components using Radix UI and Tailwind CSS.
20-
2120
## 💡 Features:
2221

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

ongoing-papers.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const papers: IUpcomingPaper[] = [
55
_id: "6708fd8002a75017a4f08759",
66
subject: "Discrete Mathematics and Graph Theory [BMAT205L]",
77
slots: ["A2", "B2"],
8-
98
},
109
{
1110
_id: "670980523ec3fdad83b2d211",
@@ -15,9 +14,9 @@ const papers: IUpcomingPaper[] = [
1514
{
1615
_id: "670a105e6272bcf9da4e2362",
1716

18-
finalUrl:
17+
final_url:
1918
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728712773/papers/ifkrnjgwdudtev9rxpki.pdf",
20-
thumbnailUrl:
19+
thumbnail_url:
2120
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728712773/papers/ifkrnjgwdudtev9rxpki.jpg",
2221
subject: "Complex Variables and Linear Algebra [BMAT201L]",
2322
slots: ["A1", "B1"],
@@ -28,9 +27,9 @@ const papers: IUpcomingPaper[] = [
2827
},
2928
{
3029
_id: "67097e7b3ec3fdad83b2d205",
31-
finalUrl:
30+
final_url:
3231
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728675439/papers/pyyqotz1mzuh2wmq1k9s.pdf",
33-
thumbnailUrl:
32+
thumbnail_url:
3433
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728675439/papers/pyyqotz1mzuh2wmq1k9s.jpg",
3534
subject: "Computer Networks [BCSE308L]",
3635
slots: ["C2", "D2"],

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)