Social Media Web Application built with ReactJS and Real time Chatting , view the deployment Konnekt
- Node(latest)
Clone the respository and install the dependencies
https://github.com/ScriptedPranav/mern_social_api-client.git
Add .env file to root directory with URI of any Mongo Instance
Run the backend server npm start
Run the frontend cd api/client
then npm start
Clone this repo and place it inside the root directory
https://github.com/ScriptedPranav/mern_social_socket.git
Run the socket server cd socket && npm start