Unihub is a social media platform for students that enables them to create posts, chat with their colleagues, share their notes and much more
Steps to run it on your local machine. 1)Clone unihubbackend and unihubfrontend to your local machine 2) To run the server install dependencies by running npm install on root directory and then run nodemon dist/app.js 3) To run client install install dependencies by running npm install on root directory and then run npm run dev