{"id":15638101,"url":"https://github.com/ytakkar/mern-social-network","last_synced_at":"2025-10-05T10:17:13.894Z","repository":{"id":61752759,"uuid":"94212701","full_name":"yTakkar/MERN-Social-Network","owner":"yTakkar","description":"A Notes App developed with MERN stack.  Screenshots below. Visit the link for SPA version!!  📝 📒 ","archived":false,"fork":false,"pushed_at":"2018-03-04T18:38:37.000Z","size":5155,"stargazers_count":95,"open_issues_count":1,"forks_count":33,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-18T21:30:59.584Z","etag":null,"topics":["express","javascript","mern","mysql","nodejs","react","redux","social-network"],"latest_commit_sha":null,"homepage":"https://github.com/yTakkar/Single-Page-Social-Network","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-13T12:53:16.000Z","updated_at":"2024-11-30T11:10:54.000Z","dependencies_parsed_at":"2022-10-20T18:30:28.173Z","dependency_job_id":null,"html_url":"https://github.com/yTakkar/MERN-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/yTakkar%2FMERN-Social-Network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yTakkar%2FMERN-Social-Network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yTakkar%2FMERN-Social-Network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yTakkar%2FMERN-Social-Network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yTakkar","download_url":"https://codeload.github.com/yTakkar/MERN-Social-Network/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251652403,"owners_count":21621940,"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","mysql","nodejs","react","redux","social-network"],"created_at":"2024-10-03T11:18:24.327Z","updated_at":"2025-10-05T10:17:08.856Z","avatar_url":"https://github.com/yTakkar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MERN-Social-Network\nA Social Network developed with MERN stack. [OUTDATED]\n\n# Single Page Application\nThis project is outdated and no longer maintained. Click **[here](https://github.com/yTakkar/Single-Page-Social-Network)** for updated \u0026 faster version of this project. The updated version is a Single-Page-Application!!\n\n# Quick links\n1. [Screenshots](#screenshots)\n2. [Own the project](#own-the-project)\n\n# Screenshots\n![alt text](https://raw.githubusercontent.com/yTakkar/MERN-Social-Network/master/screenshots/Snap%202017-06-27%20at%2022.01.50.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/MERN-Social-Network/master/screenshots/Snap%202017-06-27%20at%2022.01.44.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/MERN-Social-Network/master/screenshots/Snap%202017-06-27%20at%2021.59.33.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/MERN-Social-Network/master/screenshots/Snap%202017-06-27%20at%2021.58.14.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/MERN-Social-Network/master/screenshots/Snap%202017-06-27%20at%2021.59.17.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/MERN-Social-Network/master/screenshots/Snap%202017-06-27%20at%2021.59.26.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/MERN-Social-Network/master/screenshots/Snap%202017-06-27%20at%2021.58.06.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/MERN-Social-Network/master/screenshots/Snap%202017-06-27%20at%2021.58.38.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/MERN-Social-Network/master/screenshots/Snap%202017-06-27%20at%2021.59.05.png)\n![alt text](https://raw.githubusercontent.com/yTakkar/MERN-Social-Network/master/screenshots/Snap%202017-07-11%20at%2000.14.08.png)\n\n[More screenshots](https://github.com/yTakkar/MERN-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 with npm or Yarn:\n    ```javascript\n    npm install\n    ```\n    or\n    ```javascript\n    yarn\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 load the app\n    ```javacript\n    localhost:[PORT YOU DEFINED IN .ENV FILE]\n    ```\n\n6. Enjoy!!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytakkar%2Fmern-social-network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fytakkar%2Fmern-social-network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytakkar%2Fmern-social-network/lists"}