Alumni Network Platform is a full-stack MERN application that connects students and alumni through mentorship, networking, career opportunities, events, startup collaboration, and community engagement.
- Authentication with Firebase & JWT
- Alumni Directory
- Mentorship Hub
- Job Board
- Events Management
- Startup Zone
- Alumni Stories
- Donation Portal
- Feedback Form
- Cloudinary Image Uploads
- Responsive UI
Frontend
- React.js
- Vite
- Tailwind CSS
- React Router
- Axios
Backend
- Node.js
- Express.js
- MongoDB
- Mongoose
- JWT
Services
- Firebase Authentication
- Cloudinary
git clone https://github.com/tushar-pandhare/Alumni-Network-Platform.git
cd backend
npm install
cd ../frontend
npm installCreate .env files from the provided .env.example files in both frontend and backend directories.
# Backend
cd backend
npm run dev
# Frontend
cd frontend
npm run devOpen http://localhost:5173