{"id":23292982,"url":"https://github.com/reaperdragon/instagram-mern","last_synced_at":"2025-08-22T00:32:57.673Z","repository":{"id":93283151,"uuid":"503275397","full_name":"reaperdragon/instagram-mern","owner":"reaperdragon","description":"An Instagram Clone Built with MERN stack.📷","archived":false,"fork":false,"pushed_at":"2022-06-24T06:34:32.000Z","size":1118,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-29T20:52:55.358Z","etag":null,"topics":["asymmetric-grid-view","axios","cloudinary","css3","expressjs","httpstatuscode","iconsax","instagram-clone","jwt-authentication","mern-stack","mongodb","mongoose","mvc-architecture","nodejs","reactjs","redux","redux-toolkit","social-media","styled-components"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reaperdragon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-14T08:36:30.000Z","updated_at":"2024-07-29T20:53:01.579Z","dependencies_parsed_at":"2023-04-28T08:31:41.280Z","dependency_job_id":null,"html_url":"https://github.com/reaperdragon/instagram-mern","commit_stats":null,"previous_names":["reaperdragon/instagram-mern"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reaperdragon%2Finstagram-mern","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reaperdragon%2Finstagram-mern/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reaperdragon%2Finstagram-mern/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reaperdragon%2Finstagram-mern/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reaperdragon","download_url":"https://codeload.github.com/reaperdragon/instagram-mern/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230542290,"owners_count":18242333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asymmetric-grid-view","axios","cloudinary","css3","expressjs","httpstatuscode","iconsax","instagram-clone","jwt-authentication","mern-stack","mongodb","mongoose","mvc-architecture","nodejs","reactjs","redux","redux-toolkit","social-media","styled-components"],"created_at":"2024-12-20T06:12:39.068Z","updated_at":"2024-12-20T06:12:39.631Z","avatar_url":"https://github.com/reaperdragon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Instagram Clone\n\n### Built with Node js, Express js, Mongoose(Object Modeling for MondgoDB), React Js.\n\n### Functionalities\n\n- Follow User, UnFollow User.\n- Search Users.\n- Following User Posts.\n- Create Post.\n- Update UserProfile.\n- JWT Authentication.\n- Comment on Post.\n- Like UnLike on Posts.\n\n### Tech\n\n- Frontend : [React Js](https://reactjs.org/)\n- Backend :  [Express js](https://expressjs.com/)\n- State Management : [Redux Toolkit](https://redux-toolkit.js.org/)\n- Style : [Styled Component](https://styled-components.com/)\n- Database : [MongoDB Atlas](https://www.mongodb.com/)\n- Routing : [React Router Dom V6](https://reactrouter.com/)\n- Icons : [Iconsax React Icons](https://iconsax-react.pages.dev/)\n\n### Installation\n\n#### Clone\n\n- Clone this repo with url `https://github.com/Aakrut/instagram-mern`\n\n##### Setup\n\n\u003e Install npm dependencies using npm install\n\n```\n$ npm install \u0026\u0026 cd client \u0026\u0026 npm install\n\n```\n\n\u003e Set up a MongoDB database either locally or provision a free database with MongoDB Atlas\n\n\u003e Create a free [Cloudinary account](https://cloudinary.com/)\n\n\u003e Create a .env file in the root directory\n\n\u003e Set up required environment variables.\n\n```\nMONGO_URI=Your_MONGO_URL\nJWT_SECRET=YOUR_SECRET_KEY\nJWT_LIFETIME=TIME\n\nCLOUDINARY_CLOUD_NAME=CLOUD_NAME\nCLOUDINARY_API_KEY=API_KEY\nCLOUDINARY_API_SECRET=CLOUD_SECRET_KEY\n\n```\n\n\u003e In the root directory run both the backend and the front end with the following command\n\n```\nnpm start\n```\n\n### Screenshots\n\n#### Web\n\n![Home Page](https://user-images.githubusercontent.com/67114280/173543647-99ab2e92-b053-46b3-96c4-8881beb664f0.png)\n\n![Explore Page](https://user-images.githubusercontent.com/67114280/173543906-06adb116-ca6b-4216-9df9-90bb5ff189f9.png)\n\n![Search User](https://user-images.githubusercontent.com/67114280/173544081-63ed96b3-d460-4108-874a-44b90ac329fd.png)\n\n![Post Page](https://user-images.githubusercontent.com/67114280/173544177-4e4dc631-3105-4f53-9545-83e0ae6554ae.png)\n\n![Profile Page](https://user-images.githubusercontent.com/67114280/173544287-73f7e97e-3141-4f9f-8d31-697e32f2f769.png)\n\n![User Page](https://user-images.githubusercontent.com/67114280/173544697-21d5502a-8537-495f-91a9-6d57137c3f39.png)\n\n![Post Details \u0026 Messages Page](https://user-images.githubusercontent.com/67114280/173544910-ba14d7ae-2aac-4526-95a1-f69f114fc17d.png)\n\n\n#### Responsive\n\n![Home Page](https://user-images.githubusercontent.com/67114280/173547410-b10433e8-3543-422e-9937-c5f00b118453.svg)\n\n![Explore and Search Page](https://user-images.githubusercontent.com/67114280/173547303-d54d1f86-969d-4d79-83ff-4c18e3f7fa2d.svg)\n\n![Post Page](https://user-images.githubusercontent.com/67114280/173548696-2667fddf-4843-45a8-aa72-f0ae7a1029e7.svg)\n\n![Profile Page](https://user-images.githubusercontent.com/67114280/173548132-1433a1e5-d2b3-4741-9ad1-8dc3b6449a5e.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freaperdragon%2Finstagram-mern","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freaperdragon%2Finstagram-mern","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freaperdragon%2Finstagram-mern/lists"}