Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 617 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 617 Bytes

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

TODO

  • Improve user interface
  • make UI mobile friendly
  • improve user authentication
  • add video streaming functionality