Pixtagram Social Networking app made with MERN stack Project Demo: Pixtagram.demo.mov Features: 1. Sign-In/Register with JWT Authentication 2. Create Post 3. View Post 4. Posts feed 5. Like/Unlike a Post 6. Comment on a Post 7. Follow/Un-Follow users 8. Update Profile Technologies: React Js Node Js/Express Js MongoDB Atlas JWT Authentication Cloudinary for storing Images Deployed on Heroku Demo Link: https://pixtagrm.herokuapp.com/ To run Locally on Machine : npm install (in client and root folder) npm start (root folder) npm start (client folder). This application requires MongoDB url for making database requests,JWT Secret for authentication