Social media website with login/signup auth done using passportjs library and ability to post updates, videos, and photos. Can update profile details and profile photo as well and page that shows the posts made by the user.
git clone https://github.com/Vrishabhsk/Social-Media-Assignment.git
cd client
npm install
npm start
cd server
npm install
npm start
Front-End : React.JS
Back-End : Express.JS/Node.JS
Database : MongoDB
File Upload : Multer (NPM)
Authen. : Passport.JS
Styled Comp.: Material-UI