Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 95 additions & 0 deletions submissions/NERDS_UNITE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
# CoC Inheritance 2025

## Campus Connected
**Connecting students, resources, and mentorship**

### Team: Nerds Unite
Munish Mehra
Neev Jain
Aadit Deepak Amin
Siyam Sarfaraz

### Mentors
Ayaansh
Shivraj
Zoher Vohra

---

## 📝 Description
Campus Connected is a web platform designed to help students collaborate, share academic resources, and connect with seniors for mentorship and guidance. The platform solves the problem of fragmented academic communication by providing a centralized system for resource sharing and mentorship interaction.

The project is built using the **MERN stack with TypeScript**, JWT authentication, and MongoDB Atlas.

---

## 🔗 Links
- GitHub Repository: https://github.com/munishmehra374-ctrl/campus_connected.git
- Hosted Website: Not hosted yet

---

## 🤖 Tech Stack

| Layer | Technology |
|------|------------|
| Frontend | React (Vite), TypeScript, Axios |
| Backend | Node.js, Express.js, JWT, Multer |
| Database | MongoDB Atlas, Mongoose |

---

## 📈 Progress

### Fully Implemented Features
- JWT-based authentication system
- Senior–junior mentorship platform
- Resource upload system using Multer
- Role-based access control
- MongoDB Atlas integration

### Work in Progress
- Deployment configuration
- Notification system

---

## 🔮 Future Scope
- Notification system integration
- Mobile responsive interface
- Authentication improvements

---

## 💸 Applications
- Academic collaboration platform
- Mentorship platform

---

## 🛠 Project Setup

### Clone repository
```bash
git clone https://github.com/munishmehra374-ctrl/campus_connected.git
cd campus_connected

## 🛠 Project Setup

### 1️⃣ Clone the Repository
```bash
git clone https://github.com/munishmehra374-ctrl/campus_connected.git
cd campus_connected

cd backend

npm install

MONGO_URI=your_mongodb_connection_string
JWT_SECRET=your_secret_key

npm run dev

cd campus_connected/frontend
npm install
npm run dev