{"id":15456153,"url":"https://github.com/mcrd25/facebook-clone","last_synced_at":"2025-04-21T16:29:59.603Z","repository":{"id":40219864,"uuid":"189664228","full_name":"mcrd25/facebook-clone","owner":"mcrd25","description":"Clone of facebook.com using rails 5","archived":false,"fork":false,"pushed_at":"2023-01-19T13:55:54.000Z","size":1131,"stargazers_count":3,"open_issues_count":16,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T00:24:40.618Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/mcrd25.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":"2019-05-31T22:10:56.000Z","updated_at":"2022-07-23T13:21:51.000Z","dependencies_parsed_at":"2023-02-11T02:45:43.628Z","dependency_job_id":null,"html_url":"https://github.com/mcrd25/facebook-clone","commit_stats":null,"previous_names":["maya257/facebook-clone","mcrd25/facebook-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcrd25%2Ffacebook-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcrd25%2Ffacebook-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcrd25%2Ffacebook-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcrd25%2Ffacebook-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcrd25","download_url":"https://codeload.github.com/mcrd25/facebook-clone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249834788,"owners_count":21331988,"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":[],"created_at":"2024-10-01T22:22:59.569Z","updated_at":"2025-04-20T01:01:28.484Z","avatar_url":"https://github.com/mcrd25.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Facebook Clone\nClone of facebook.com using rails 5\n\n\u003e Testing our knowedge of MVC by building an a rails 5 app to clone a version of facebook.com. This project will help us implement knowedge of Models, Associations, Valdiation, HTML/CSS and so on.\n\n## Collaborators \n\n* Adriaan Beiertz - [@adriaanbd](https://github.com/adriaanbd)\n* Maya Douglas - [@mcrd25](https://github.com/mcrd25/)\n\n## Project Description\n\n\n## System Requirements\n\n\n## Getting started\n\nBefore cloning repo you should have Postgres installed. You can get various installation instructions [here]()\n\nOnce you have PostgreSQL You must create a user with the same name of the app (fb-clone)\n\n1. First enter Postgres console\n\t```\n\tpsql postgres\n\t```\n\n2. Next create the database user with whichever password you would like\n\t```\n\tcreate role fb-clone with createdb login password 'password1';\n\t```\n\n3. You should now see the user on your list of users. Enter `\\du` to see the list. (Type `q` to come out of list)\n\n4. You can then come out of PostgreSQL console by typing `\\q`\n\n---\n\nTo get started with the app, clone the repo and then install the needed gems:\n\n```\n$ bundle install --without production\n```\n\nNext, migrate the database:\n\n```\n$ rails db:migrate\n```\n\nFinally, run the test suite to verify that everything is working correctly:\n\n```\n$ rails test\n```\n\nIf the test suite passes, you'll be ready to run the app in a local server:\n\n```\n$ rails server\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcrd25%2Ffacebook-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcrd25%2Ffacebook-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcrd25%2Ffacebook-clone/lists"}