A social media application that allows users to login/sign up, and perform tasks such as poosting pictures, liking/unliking posts, follow/unfollow another user, and chat using sockets.
This app was created using Node.js for backend, MongoDB as database, Express.js and React for frontend.
To run this project locally, you need to navigate in the project directory, where start.sh file is and run the following command:
./start.sh
This will start the client, api and socket servers.