{"id":15512830,"url":"https://github.com/bolah2009/social-media-clone","last_synced_at":"2025-09-19T20:44:15.608Z","repository":{"id":102691956,"uuid":"200690264","full_name":"bolah2009/social-media-clone","owner":"bolah2009","description":"Facebook clone with core features of the platform, users, profiles, friending, posts, comments, news feed, and liking. Sign-in with real Facebook by using Omniauth and Devise is also implemented.","archived":false,"fork":false,"pushed_at":"2020-10-21T08:17:08.000Z","size":1916,"stargazers_count":39,"open_issues_count":0,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-28T06:04:26.798Z","etag":null,"topics":["facebook","facebook-clone","rails","ruby","test-coverage"],"latest_commit_sha":null,"homepage":"https://rails-fb-clone.herokuapp.com/","language":"Ruby","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/bolah2009.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":"2019-08-05T16:21:00.000Z","updated_at":"2024-12-10T09:13:13.000Z","dependencies_parsed_at":"2023-05-26T05:30:55.745Z","dependency_job_id":null,"html_url":"https://github.com/bolah2009/social-media-clone","commit_stats":null,"previous_names":["bolah2009/social-media-clone","bolah2009/facebook-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolah2009%2Fsocial-media-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolah2009%2Fsocial-media-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolah2009%2Fsocial-media-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolah2009%2Fsocial-media-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bolah2009","download_url":"https://codeload.github.com/bolah2009/social-media-clone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248924531,"owners_count":21184097,"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":["facebook","facebook-clone","rails","ruby","test-coverage"],"created_at":"2024-10-02T09:53:53.298Z","updated_at":"2025-09-19T20:44:10.574Z","avatar_url":"https://github.com/bolah2009.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"[![Maintainability](https://api.codeclimate.com/v1/badges/430cd18ef631c24a0c5f/maintainability)](https://codeclimate.com/github/bolah2009/facebook-clone/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/430cd18ef631c24a0c5f/test_coverage)](https://codeclimate.com/github/bolah2009/facebook-clone/test_coverage)\n[![Build](https://travis-ci.org/bolah2009/facebook-clone.svg?branch=master)](https://travis-ci.org/bolah2009/facebook-clone)\n[![codecov](https://codecov.io/gh/bolah2009/facebook-clone/branch/master/graph/badge.svg)](https://codecov.io/gh/bolah2009/facebook-clone)\n\n# PROJECT: Facebook Clone\n\nThis is the final project of the Main Rails curriculum at [Microverse](https://www.microverse.org/) - @microverseinc\n\n- The objective is to build a facebook clone with core features of the platform – users, profiles, “friending”, posts, news feed, and “liking”. Sign-in with the real Facebook by using Omniauth and Devise is also implemented.\n\n## 🖼️ Screenshot\n\n![FaceBook Clone Screenshot](./docs/facebook_clone.gif)\n\n## [Assignment link](https://www.theodinproject.com/courses/ruby-on-rails/lessons/final-project)\n\n## 🌐 [View in broswer](https://rails-fb-clone.herokuapp.com/)\n\n## 🛠️ Usage (Development)\n\n### Prerequisites\n\n\u003e Ruby: 2.6.3  \n\u003e Rails: 5.2.3\n\n### Clone the repo and run the app.\n\n```\n   git clone https://github.com/bolah2009/facebook-clone.git\n   cd facebook-clone\n   bundle install\n   rails db:create\n   rails db:migrate\n   rspec #run tests\n   rails server #run server\n   open localhost:3000 on browser\n```\n\n### How to run the test suite\n\n- run tests:\n  \u003e `rpsec --format documentation`\n- view test coverage:\n  \u003e `open coverage/index.html`\n\n## 🤝🏾 Contributing\n\nIf you are working on adding features, PRs, or bugfixes, this section should help get you going.\n\n1. Fork it\n2. Create your feature branch\n   \u003e `git checkout -b my-new-feature`\n3. Make sure all tests are passing\n   \u003e `bundle install`  \n   \u003e `rspec`\n4. Commit your changes\n   \u003e `git commit -am 'Add some feature'`\n5. Push to the branch\n   \u003e `git push origin my-new-feature`\n6. Create new Pull Request\n\n## 👨🏽‍💻 Authors\n\n- [@Torres-ssf](https://github.com/Torres-ssf)\n- [@bolah2009](https://github.com/bolah2009/)\n\n## 🧾 TODO\n\n- Fix Rubocop Offense in [rubocop_todo.yml](.rubocop_todo.yml)\n- Improve UI/UX\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues).\n\n## ⭐️ Show your support\n\nGive a ⭐️ if you like this project!\n\n## 🙏🏾 Acknowledgments\n\n- Microverse Team\n\n## 📝 License\n\n[MIT licensed](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolah2009%2Fsocial-media-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbolah2009%2Fsocial-media-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolah2009%2Fsocial-media-clone/lists"}