{"id":15630696,"url":"https://github.com/ytakkar/react-mini-social-network","last_synced_at":"2025-04-10T03:54:52.932Z","repository":{"id":23218967,"uuid":"98456770","full_name":"yTakkar/React-Mini-Social-Network","owner":"yTakkar","description":"A reactive mini-social-network created with React!! 😍🍻 - No longer maintained.","archived":false,"fork":false,"pushed_at":"2022-02-11T04:03:19.000Z","size":4768,"stargazers_count":220,"open_issues_count":5,"forks_count":77,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-10T03:54:46.147Z","etag":null,"topics":["mern","react","single-page-app","social-network"],"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/yTakkar.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}},"created_at":"2017-07-26T19:05:56.000Z","updated_at":"2025-01-30T18:49:32.000Z","dependencies_parsed_at":"2022-08-07T11:00:13.581Z","dependency_job_id":null,"html_url":"https://github.com/yTakkar/React-Mini-Social-Network","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yTakkar%2FReact-Mini-Social-Network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yTakkar%2FReact-Mini-Social-Network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yTakkar%2FReact-Mini-Social-Network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yTakkar%2FReact-Mini-Social-Network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yTakkar","download_url":"https://codeload.github.com/yTakkar/React-Mini-Social-Network/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248154999,"owners_count":21056542,"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":["mern","react","single-page-app","social-network"],"created_at":"2024-10-03T10:35:22.980Z","updated_at":"2025-04-10T03:54:52.910Z","avatar_url":"https://github.com/yTakkar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Single-Page-Social-Network\nA reactive single-page-social-network created with React. Screenshots below!!\n\n**No longer maintained. But it works**\n\n**[Please visit this link](https://github.com/yTakkar/React-Instagram-Clone-2.0)** for the updated version of this project.\n\n# Other Versions\n**[Vue Version](https://github.com/yTakkar/Vue-Mini-Social-Network)**\n\n**[Golang Version](https://github.com/yTakkar/Go-Page-Social-Network)**\n\n**[Ruby On Rails Version](https://github.com/yTakkar/Rails-Mini-Social-Network)**\n\n# Quick liks\n1. [Screenshots](#screenshots)\n2. [Own the project](#own-the-project)\n\n# Screenshots\n![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/master/screenshots/Snap%202017-07-27%20at%2000.27.11.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/master/screenshots/Snap%202017-07-27%20at%2000.27.24.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/master/screenshots/Snap%202017-07-27%20at%2000.27.34.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/master/screenshots/Snap%202017-07-27%20at%2000.27.45.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/master/screenshots/Snap%202017-07-27%20at%2000.29.13.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/master/screenshots/Snap%202017-07-27%20at%2000.31.06.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/15f084078b23b862a7537adbc721623e0b81578d/screenshots/Snap%202017-09-17%20at%2013.30.18.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/master/screenshots/Snap%202017-07-27%20at%2000.29.35.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/master/screenshots/Snap%202017-07-27%20at%2000.28.54.png)\n\n[More screenshots](https://github.com/yTakkar/Single-Page-Social-Network/tree/master/screenshots).\n\nUI is taken from [Instagam-clone](https://github.com/yTakkar/Instagram-Clone) I created!!\n\n# Own the project\n1. First install all dependencies:\n    ```bash\n    # with npm\n    npm install\n    \n    # or with yarn\n    yarn\n    ```\n\n2. Open PHPMyAdmin, create a DB \u0026 import `db.sql` file.\n3. Create a `.env` file and insert the following code. Replace values with yours!!\n\n    ```javascript\n    PORT=YOUR_PORT\n    MYSQL_HOST=\"host\"\n    MYSQL_USER=\"user\"\n    MYSQL_PASSWORD=\"password\"\n    MYSQL_DATABASE=\"db\"\n    MAIL=\"yourgmail@gmail.com\"\n    MAIL_PASSWORD=\"gmail-password\"\n    SESSION_SECRET_LETTER=\"anything-secret\"\n    ```\n\n4. Start the server\n    ```javascript\n    npm start\n    ```\n\n5. Now run the app\n    ```javacript\n    localhost:[PORT]     PORT = YOU DEFINED IN .ENV FILE. 1157 BY DEFAULT!!\n    ```\n\n6. Enjoy!!\n\n# Contribute\nShow your support by 🌟 the project!!\n\nFeel free to contribute!!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytakkar%2Freact-mini-social-network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fytakkar%2Freact-mini-social-network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytakkar%2Freact-mini-social-network/lists"}