Alumni–Student Engagement Platform
Live Demo: https://aluminate-syvf.onrender.com
Aluminate is a MERN-based alumni networking platform designed to strengthen engagement between college students and alumni.
Key Features
- JWT-based authentication using HTTP-only cookies
- Alumni–student interaction and networking
- Well-structured MongoDB schemas
- Optimized database queries using indexes
- Full-stack MERN architecture (React + Express + MongoDB + Node.js)
Install dependencies:
npm run install:allRun from the root directory
Starts the React frontend
npm run dev:clientStarts the Express backend
npm run dev:serverStarts both frontend and backend concurrently (if configured)
npm run dev:allMake sure
concurrentlyis installed if usingnpm run dev:all.
