A distributed social media app that comprises of base features of linkedin.
This social media application provides 3 main features of linkedin and offers a distributed system based on those features in server alongwith client side.
Clone the project and run following commands:
cd Linkedin
cd linkedin
cd frontend
npm i
npm start
cd distributed-backend
npm i
npm start