{"id":20956829,"url":"https://github.com/markbrown4/aaybee","last_synced_at":"2025-10-04T02:57:44.638Z","repository":{"id":147916569,"uuid":"124145905","full_name":"markbrown4/aaybee","owner":"markbrown4","description":null,"archived":false,"fork":false,"pushed_at":"2018-03-12T13:53:44.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T23:44:02.083Z","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/markbrown4.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":"2018-03-06T22:20:49.000Z","updated_at":"2018-03-06T23:03:47.000Z","dependencies_parsed_at":"2023-05-27T21:00:08.943Z","dependency_job_id":null,"html_url":"https://github.com/markbrown4/aaybee","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbrown4%2Faaybee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbrown4%2Faaybee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbrown4%2Faaybee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbrown4%2Faaybee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markbrown4","download_url":"https://codeload.github.com/markbrown4/aaybee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243352038,"owners_count":20276916,"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-11-19T01:28:05.295Z","updated_at":"2025-10-04T02:57:39.617Z","avatar_url":"https://github.com/markbrown4.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aayebee\n\n## Mac updates\n\n* Software Updates\n* Download Xcode from the App Store\n\nFire up Terminal 🔥\n\n```bash\nxcode-select --install\n```\n\n## Git\n\n* [Install / configure git](https://help.github.com/articles/set-up-git/)\n* [Add SSH keys to Github](https://help.github.com/articles/connecting-to-github-with-ssh/)\n\n```bash\ngit clone git@github.com:markbrown4/aaybee.git\ncd aaybee\n```\n\n## Install\n\nInstall [Homebrew](https://brew.sh/) if you don't have it.\n\n```bash\nbrew install rbenv\nbrew install postgresql\nbrew services start postgresql\nbrew install imagemagick\n\nrbenv init\nrbenv install 2.4.1\nrbenv global 2.4.1\n```\n\n`ruby -v` should output \"ruby 2.4.1\"\n\n## Dependencies\n\nYou'll use Bundler for installing Gems.\n\n```bash\ngem install bundler\nbundle install\n```\n\n## Create the database\n\nThis will create the db with [seed data](db/seeds.rb)\n\n```bash\nbin/rails db:create\nbin/rails db:migrate\nbin/rails db:seed\n```\n\n## Start up the server\n\n```bash\nbin/rails server\n```\n\nopen http://localhost:3000/\n\n## Other useful rails commands\n\n```bash\nbin/rails routes      # show which URL's map to controllers / actions\nbin/rails console     # Interact with your models / db - try \"User.all\"\nbin/rails db:migrate  # Run db migrations to change the db schema\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkbrown4%2Faaybee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkbrown4%2Faaybee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkbrown4%2Faaybee/lists"}