{"id":15463018,"url":"https://github.com/sohamsshah/socialley","last_synced_at":"2026-01-21T10:02:05.952Z","repository":{"id":52295375,"uuid":"363298216","full_name":"sohamsshah/Socialley","owner":"sohamsshah","description":"Socialley - A Discussion Alley for smart socializing.","archived":false,"fork":false,"pushed_at":"2021-05-03T09:38:36.000Z","size":1567,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T18:19:32.989Z","etag":null,"topics":["chat-application","express","mern","mongodb","nodejs","react","socket-io"],"latest_commit_sha":null,"homepage":"https://socialley.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sohamsshah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-01T01:28:44.000Z","updated_at":"2022-02-02T09:37:30.000Z","dependencies_parsed_at":"2022-09-12T11:23:30.463Z","dependency_job_id":null,"html_url":"https://github.com/sohamsshah/Socialley","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sohamsshah/Socialley","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohamsshah%2FSocialley","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohamsshah%2FSocialley/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohamsshah%2FSocialley/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohamsshah%2FSocialley/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sohamsshah","download_url":"https://codeload.github.com/sohamsshah/Socialley/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohamsshah%2FSocialley/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["chat-application","express","mern","mongodb","nodejs","react","socket-io"],"created_at":"2024-10-02T00:06:39.596Z","updated_at":"2026-01-21T10:02:05.930Z","avatar_url":"https://github.com/sohamsshah.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Socialley 💬\n\nA Discussion Alley for smart socializing.\n\n\n\u003cimg src=\"https://user-images.githubusercontent.com/57338980/116833363-53126e80-abd6-11eb-89e8-6b04ec1ba7d1.png\" height=\"400\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/57338980/116833371-5c034000-abd6-11eb-9749-633f3c274ffa.png\" height=\"400\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/57338980/116833375-60c7f400-abd6-11eb-806a-9128ff991dda.png\" height=\"400\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/57338980/116833376-632a4e00-abd6-11eb-87e6-9ba4414a5d10.png\" height=\"400\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/57338980/116833383-658ca800-abd6-11eb-805e-f94857520f27.png\" height=\"400\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/57338980/116833387-67566b80-abd6-11eb-9657-02aefa779e92.png\" height=\"400\"\u003e\n\n## LIVE SITE: https://socialley.netlify.app/\nDemo Credentials: \n\nemail: demo@gmail.com, \npassword: Demo@1234\n\n# Tech Stack\n\nMERN + socket.io + Auth0 + Tailwind and Vanilla CSS\n\n## Development Guide\n\n### Spinning up local dev setup\n\n- Socialley uses Node.js + Express as backend. Run the below commands in the root of your clone.\n```\nnpm install\nnode server.js\n```\nThis should start the server on `PORT 8080`\n\n- React.js is used for the Client Side. Setup the local React env by running below commands\n\n```\ncd client \u0026\u0026 npm install\nnpm start\n```\nThis should start the client on `PORT 3000`\n\n- Setup Environment Variables\n\nFor connect MongoDB database, create a .env file in the root of the repository and add:\n```\nMONGODB_URI = \"create-your-own-mongo-db-uri\"\n```\n\nFor client side, create a .env file in the `/client` folder of the repository and add:\n```\nREACT_APP_AUTH0_DOMAIN=\"create-your-own-domain-on-auth0\"\nREACT_APP_AUTH0_CLIENT_ID=\"create-your-own-client-on-auth0\"\n```\n\n### **Contributing to Socialley** 🚀\n**Socialley** is truly Open Source. Any sort of contribution to this project are highly appreciated 💖 Please refer the [contributing guide](./CONTRIBUTING.md) for more insights upon how to contribute to **Socialley**.\n\n## **License** \n\nThis project is licensed under the terms of the\n[MPL-2.0](/LICENSE)\n\n## Developed with 💖 by **Team Axios** 💻:\n* [Rohit Dhatrak](https://github.com/RohitDhatrak)\n* [Prerana Nawar](https://github.com/prerana1821)\n* [Soham Shah](https://github.com/sohamsshah)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsohamsshah%2Fsocialley","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsohamsshah%2Fsocialley","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsohamsshah%2Fsocialley/lists"}