{"id":17145419,"url":"https://github.com/marvinkweyu/social-feed","last_synced_at":"2026-05-02T14:42:53.046Z","repository":{"id":106180345,"uuid":"561207196","full_name":"MarvinKweyu/social-feed","owner":"MarvinKweyu","description":"A social image-bookmarking and sharing application","archived":false,"fork":false,"pushed_at":"2022-11-28T19:43:23.000Z","size":97,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-29T15:50:33.566Z","etag":null,"topics":["bookmarklet","docker","followers","image-sharing","social-network"],"latest_commit_sha":null,"homepage":"","language":"Python","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/MarvinKweyu.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-03T07:26:16.000Z","updated_at":"2024-06-21T11:55:40.000Z","dependencies_parsed_at":"2023-06-16T00:30:57.640Z","dependency_job_id":null,"html_url":"https://github.com/MarvinKweyu/social-feed","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"97fe328c77c29db6c80174956e244c4e8376ccf7"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinKweyu%2Fsocial-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinKweyu%2Fsocial-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinKweyu%2Fsocial-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinKweyu%2Fsocial-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarvinKweyu","download_url":"https://codeload.github.com/MarvinKweyu/social-feed/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245250047,"owners_count":20584660,"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":["bookmarklet","docker","followers","image-sharing","social-network"],"created_at":"2024-10-14T21:05:44.839Z","updated_at":"2026-05-02T14:42:53.008Z","avatar_url":"https://github.com/MarvinKweyu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SocialFeed\n\n![Python](https://img.shields.io/badge/Python-3.10-green?style=flat)\n\n\u003e An image-bookmarking and sharing social application\n\n:heavy_check_mark: Registration and authentication\n\n:heavy_check_mark: Bookmarking images\n\n:heavy_check_mark: Like images other users have bookmarked\n\n:heavy_check_mark: Follow other users to see their liked images\n\n## Bare metal setup\n\nThis project requires that you have [redis](https://redis.io/) installed and running on your host machine.\nAfter the install, modify your `/etc/hosts` file and adjust it as below:\n\n```bash\n# /etc/hosts\n127.0.0.1 socialfeed.com\n```\n\nClone the repo, install dependencies and run the project.\n```bash\npip install -r requirements.txt\npython manage.py migrate\npython manage.py runserver_plus --cert-file cert.crt\n```\n\n## It just works(Docker setup) - Work in progress\n\nYou can get the project up and running out of hte box and ready for development or production as below.\n\n**Development**\n\nWith *docker* and *docker-compose* installed , clone the repo and run the following command at teh root of the project.\n```bash\ndocker-compose -f docker-compose.yml up -d --build\n\n```\n\n**Production**\n\n```bash\ndocker-compose -f docker-compose.prod.yml up -d --build\n\n```\n\n\u003e Access the project via: **127.0.0.1:8000/account** or **socialfeed.com:8000/account**\n\n\n### Note\nFor easy use of this project,create a bookmark on the *bookmark* bar of your browser by dragging the button at the *account* page.\nVisit any site and click on the bookmark to select the image to bookmark. Happy tagging!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvinkweyu%2Fsocial-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarvinkweyu%2Fsocial-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvinkweyu%2Fsocial-feed/lists"}