{"id":13619410,"url":"https://github.com/misa-j/social-network","last_synced_at":"2025-04-04T20:15:35.699Z","repository":{"id":37560975,"uuid":"244725876","full_name":"misa-j/social-network","owner":"misa-j","description":"Mini social network that I made as my first web app project.","archived":false,"fork":false,"pushed_at":"2023-03-06T17:30:40.000Z","size":10890,"stargazers_count":631,"open_issues_count":39,"forks_count":134,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-03-28T19:11:49.658Z","etag":null,"topics":["express","javascript","mern-stack","mongodb","nodejs","notifications","react","realtime","redux","social-network","socket-io"],"latest_commit_sha":null,"homepage":"http://46.101.189.55/login","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/misa-j.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-03-03T19:40:36.000Z","updated_at":"2025-03-05T10:45:31.000Z","dependencies_parsed_at":"2023-02-13T12:46:20.957Z","dependency_job_id":"1b95a9c3-1d97-4ce6-8d24-6fe5d6cdc199","html_url":"https://github.com/misa-j/social-network","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misa-j%2Fsocial-network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misa-j%2Fsocial-network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misa-j%2Fsocial-network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misa-j%2Fsocial-network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/misa-j","download_url":"https://codeload.github.com/misa-j/social-network/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247242681,"owners_count":20907134,"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":["express","javascript","mern-stack","mongodb","nodejs","notifications","react","realtime","redux","social-network","socket-io"],"created_at":"2024-08-01T21:00:40.074Z","updated_at":"2025-04-04T20:15:35.670Z","avatar_url":"https://github.com/misa-j.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# social-network\n\nMini social network that I made as my first web app project.\n\n## Demo\n\n[social-network](http://46.101.189.55/login)\n\n## Screenshots\n\n![](screenshots/Screenshot%20from%202020-02-28%2023-25-47.png)\n![](screenshots/Screenshot%20from%202020-02-29%2019-02-15.png)\n![](screenshots/Screenshot%20from%202020-02-29%2019-04-54.png)\n![](screenshots/Screenshot%20from%202020-02-29%2019-06-32.png)\n![](screenshots/Screenshot%20from%202020-02-29%2019-07-23.png)\n![](screenshots/Screenshot%20from%202020-02-29%2019-07-45.png)\n![](screenshots/Screenshot%20from%202020-02-29%2019-07-06.png)\n![](screenshots/Screenshot%20from%202020-02-29%2002-19-26.png)\n![](screenshots/Screenshot%20from%202020-02-29%2019-21-47.png)\n![](screenshots/Screenshot%20from%202020-02-29%2019-01-38.png)\n![](screenshots/Screenshot%20from%202020-02-29%2019-08-45.png)\n![](screenshots/Screenshot%20from%202020-02-29%2019-25-55.png)\n![](screenshots/Screenshot%20from%202020-02-29%2019-26-42.png)\n\n## Gif\n\n![](\u003cscreenshots/ezgif.com-video-to-gif%20(1).gif\u003e)\n\n## Link to a full video\n\n[Video](https://streamable.com/5srsv)\n\n## Built With\n\n- [React](https://reactjs.org/) - A JavaScript library for building user interfaces\n- [Redux](https://redux.js.org/) - State managment\n- [Semantic UI React](https://react.semantic-ui.com/) - UI\n- [Socket.io](https://socket.io/) - Used for realtime features\n- [Node](https://nodejs.org/en/) - Used for backend\n- [Mongodb](https://www.mongodb.com/) - Database\n\n## Features\n\n- Like posts, comments, replies\n- See likes for posts, comments, replies\n- Follow, unfollow\n- Update user information\n- Search users\n- Tag people on post and in comments with autocomplete\n- Send verification email\n- Pagination for home feed, user profile, hashtag page, location page, notifications, comments, replies\n\n### Realtime\n\n- Get notification when someone likes your post, comment, reply, tag you on post or reply on comment\n- Chat send text message, image\n- Seen feature and activity status of user\n\n## Installing\n\n1. Install dependencies\n\n```\nnpm i \u0026\u0026 cd client \u0026\u0026 npm i \u0026\u0026 cd ..\n```\n\n2. Create variables.env file and replace values with yours\n\n```\nNODE_ENV=development\nDATABASE=\"Mongodb Connection String\"\nJWT_KEY=\"secretkey\"\nEMAILUSER=\"example@gmail.com\"\nEMAILPASS=\"example\"\nHOST=\"your ip eg. http://192.168.0.14:5000\"\nENABLE_SEND_EMAIL=\"true or false\" // false if you don't want to set it up\nTEST_DATABASE=\"testing db\"\n```\n\n3. Go into `client/src/_services/socketService.js` and replace\n\n```\nwindow.location.hostname\n```\n\nwith your local IP address on port 5000 eg.\n\n```\n192.168.0.14:5000\n```\n\n4. Run project\n\n```\nnpm run dev\n```\n\n## Contribute\n\nShow your support by ⭐ the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisa-j%2Fsocial-network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisa-j%2Fsocial-network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisa-j%2Fsocial-network/lists"}