We understand the challenges of finding the right project partners, seeking guidance, and connecting with like-minded peers. That’s why ITER Social Connect is here to help students.
- ITER Social Connect is a platform designed to help students collaborate, innovate, and grow. It facilitates finding project partners, gaining mentorship from experienced individuals, and building connections with like-minded peers. Ideal for final-year or passion projects, it offers expert guidance and networking opportunities with coding and development enthusiasts at ITER. Join to find your dream team, learn from the best, and expand your network in a community of passionate innovators.
- Find Hackathon Teams - No more going solo—team up with skilled peers.
- Collaborate on Projects - From college assignments to passion projects, connect with the right talent.
- Expand Your Network - Meet developers, coders, and innovators just like you.
- Express
- Git
- Github
Clone the repository:
git clone https://github.com/shaurya35/ITER-Social-Connect
cd ITER-Social-ConnectRedirect to client:
cd clientInstall the dependencies:
pnpm installRun client Interface:
pnpm devRedirect to server:
cd serverInstall the dependencies:
npm installCreate a .env file:
apiKey=
authDomain=
projectId=
storageBucket=
messagingSenderId=
appId=
measurementId=
port=
JWT_SECRET=
JWT_REFRESH_SECRET=
EMAIL_USER=
EMAIL_PASS=
FIREBASE_PROJECT_ID=
FIREBASE_CLIENT_EMAIL=
FIREBASE_PRIVATE_KEY=- Run Server:
npm run devAccess the app in your web browser at https://itersocialconnect.vercel.app/explore.
