Developed a role-based web platform for my college, enabling registration and login functionalities for alumni, students, and faculty. The platform facilitates networking between alumni and students, allowing alumni to offer internship opportunities and mentorship support.
React, Node, Express, Postgres, Prisma ORM, Tailwind CSS
- git clone
https://github.com/harmanbatheja15/AlumniAssociation.git
- cd
backend - npm install
- cp .env.example .env
- nodemon index.js
- cd
frontend - npm install
- cp .env.example .env
- npm run dev