This project is a web and mobile application designed to strengthen the bond between alumni and their alma mater. It enables alumni to register, network, donate, share success stories, explore career opportunities, and stay connected with their peers and institution.
React, Node, Express, Postgres, Prisma ORM, Tailwind CSS
- git clone
https://github.com/ann-04/Alumni-Association-Platform.git
- cd
backend - npm install
- cp .env.example .env
- node index.js
- cd
frontend - npm install
- cp .env.example .env
- npm run dev