an open-source alumni management and networking platform. bridging the gap between graduation and career success by connecting students with alumni for jobs, mentorship, and active networking.
- frontend: react, vite, tailwind, shadcn/ui
- backend: node, express, mongodb
clone the repo and install dependencies.
# install and run frontend
cd frontend
pnpm install
pnpm run dev# install and run backend
cd backend
pnpm install
pnpm run devmake sure to set up your .env in the backend using .env.example.
- modern ui
- full alumni/student dashboard
- mentorship tracking
- job and event boards
- real-time messaging
mit
