diff --git a/submissions/NERDS_UNITE.md b/submissions/NERDS_UNITE.md new file mode 100644 index 0000000..67d20c8 --- /dev/null +++ b/submissions/NERDS_UNITE.md @@ -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