{"id":18002643,"url":"https://github.com/cjen07/social_network","last_synced_at":"2026-03-03T15:04:08.173Z","repository":{"id":74193075,"uuid":"77821321","full_name":"cjen07/social_network","owner":"cjen07","description":"a social network application powered by elixir, phoenix and neo4j ","archived":false,"fork":false,"pushed_at":"2017-03-15T16:06:53.000Z","size":321,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"Presense","last_synced_at":"2025-04-07T05:27:22.514Z","etag":null,"topics":["elixir","neo4j","notifications","phoenix","postgresql","social-web"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/cjen07.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-02T08:53:43.000Z","updated_at":"2024-08-31T07:03:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"1082c322-049e-4813-b8a0-234bca2c2ccf","html_url":"https://github.com/cjen07/social_network","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/cjen07/social_network","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjen07%2Fsocial_network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjen07%2Fsocial_network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjen07%2Fsocial_network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjen07%2Fsocial_network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cjen07","download_url":"https://codeload.github.com/cjen07/social_network/tar.gz/refs/heads/Presense","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjen07%2Fsocial_network/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30050222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T14:38:37.398Z","status":"ssl_error","status_checked_at":"2026-03-03T14:38:06.721Z","response_time":61,"last_error":"SSL_read: 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":["elixir","neo4j","notifications","phoenix","postgresql","social-web"],"created_at":"2024-10-29T23:23:06.414Z","updated_at":"2026-03-03T15:04:08.155Z","avatar_url":"https://github.com/cjen07.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SocialNetwork\n\nRemark\n  \n  * Very welcome to anyone who is willing to try it out and give any suggestions\n  * All releases are working well and this branch is still under development\n\nTo setup\n\n  * Install phoenix framework and its [components](http://www.phoenixframework.org/docs/installation) including erlang, elixir, phoenix, nodejs and postgresql\n  * Download [neo4j (community version)](https://neo4j.com/download/community-edition/) and start the database with `./neo4j-community-a.b.c/bin/neo4j console`\n  \nTo config\n\n  * postgresql: config/dev.exs, set `alter user postgres with password 'postgres';`for first time users in database command line\n  * email: config/config.exs, using different adapters see [here](https://github.com/smpallen99/coherence#configuring-the-swoosh-email-adapter), currently using my mailgun sandbox\n  * arc: config/config.exs, using cloud storage see [here](https://github.com/stavro/arc), currently using local storage\n  * neo4j/bolt: config/config.exs, to reset neo4j password with command line: [here](http://430.io/change-neo4j-default-password-in-command-line/)\n  * localhost: config/config.exs, in endpoint configue: `url: [host: \"localhost\"]`\n\nTo start your Phoenix app:\n\n  * Install dependencies with `mix deps.get`\n  * Create and migrate your database with `mix ecto.create \u0026\u0026 mix ecto.migrate`\n  * Install Node.js dependencies with `npm install`\n  * Start Phoenix endpoint with `mix phoenix.server`\n  * Now you can visit `localhost:4000` from your browser.\n\nFeature\n\n  * online notification persistence and online user mark\n  * new/delete post/comment/reply/thumb notifications of all pages\n  * friend relationship change notification: new follower and following deleted\n  * comment or thumb on deleted post, re-delete post/comment and re-thumb notification are settled\n  * re-follow and re-unfollow are settled, home, following, follower, follow/unfollow of a deleted user are prevented\n  * image upload should be less than 2MB, post and comment should be no more than 500 characters \n\nGoal in short term\n  \n  * private chat using phoenix presense: chat button and chat panel\n  * gif instuctions in this readme and online example using https\n  \nGoal in long term\n\n  * offline notification and chat persistence\n  * make it dry, and test it by wallaby\n  * fewer limitations and hidden bugs\n\nLimitation\n\n  * one comment can only be referred to one comment at one time using reply button\n  * same user same time double comment on same post will resulted in undefined behaviour\n  * only one image per post is allowed, audio/video not supported, post re-delivering not supported\n  * if A comments on B's post, A does not follow B, and anyone replies A in B's post and then B deletes that post, the notification in A's news page will not disappear, which is what \"possibly\" means in the notification.\n  * if A follows B, and B does not follow A and then A deletes his/her account, the \"new follower\" notification in B's friend page will not disappear \n  \nBugs\n  \n  * bolt_sip bug, not knowing exactly how to trigger it again\n  * phoenix_timex Timex.from_now() -1 minutes ago \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjen07%2Fsocial_network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcjen07%2Fsocial_network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjen07%2Fsocial_network/lists"}