Add official RIT student clubs, matcher quiz, social link hub, and logos

This commit is contained in:
Chanakyan
2026-07-22 14:33:47 +05:30
parent 2bf7985f90
commit 4ff91cd228
31 changed files with 1028 additions and 313 deletions

14
backend/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"configurations": [
{
"type": "java",
"name": "Spring Boot-PortalApplication<portal>",
"request": "launch",
"cwd": "${workspaceFolder}",
"mainClass": "com.rit.portal.PortalApplication",
"projectName": "portal",
"args": "",
"envFile": "${workspaceFolder}/.env"
}
]
}