{"id":15450201,"url":"https://github.com/ixboy/micro-reddit","last_synced_at":"2026-04-13T11:31:18.679Z","repository":{"id":54302085,"uuid":"341934847","full_name":"ixboy/micro-reddit","owner":"ixboy","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-27T06:38:28.000Z","size":396,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2026-01-01T07:47:40.178Z","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/ixboy.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":"2021-02-24T14:55:46.000Z","updated_at":"2021-02-27T06:38:29.000Z","dependencies_parsed_at":"2022-08-13T11:30:27.990Z","dependency_job_id":null,"html_url":"https://github.com/ixboy/micro-reddit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ixboy/micro-reddit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixboy%2Fmicro-reddit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixboy%2Fmicro-reddit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixboy%2Fmicro-reddit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixboy%2Fmicro-reddit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ixboy","download_url":"https://codeload.github.com/ixboy/micro-reddit/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixboy%2Fmicro-reddit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-10-01T21:03:52.840Z","updated_at":"2026-04-13T11:31:18.662Z","avatar_url":"https://github.com/ixboy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":" \n# Building a Micro-reddit\n\u003e This project involves using Active records concepts to implement micro-reddit application based on ruby on rails. \n\n![screenshot](./app/assets/images/screenshot_from_2021-02-25_07-42-09.png)\n\n## Documentation\n\nThis tool is very easy to use, please follow the instructions bellow to install and enjoy using it from your rails console :D.\n\n## Built With\n* Ruby On Rails\n- [Ruby](https://www.ruby-lang.org/en/) 2.7.2\n- [Ruby Gems](https://rubygems.org/)\n  - [Rails](https://guides.rubyonrails.org/index.html) 6.1.3\n- [SQLite3](https://www.sqlite.org/index.html)\n\n  \n## Getting Started\n\nFollow these simple steps to get started:\n\n### Installations\nFor running this program locally, you need to:\n- [Install Ruby](https://www.ruby-lang.org/en/downloads/)\n- [Install Rails](https://guides.rubyonrails.org/v5.0/getting_started.html)\n- [Install git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)\n\n\u003e Note: as discussed below, downloading the source code without `git` is possible.\n\n### Set up\n\nOnce Ruby and Gem rails are installed, get a copy of this project by:\n- Cloning the repository using `git`\n  * `git clone https://github.com/ixboy/micro-reddit.git`\n\n- Downloading a zip with the source code\n  * Click [here](https://github.com/ixboy/micro-reddit/archive/development.zip)\n  * Once  downloaded, extract it in a place with easy access to a terminal\n\nOnce Ruby and rails are both installed, and you have a copy of the source code, open the terminal and navigate to the folder where the code is:\n- For Windows users, check [this](https://www.technoloxy.com/tutorials/cmd-navigate-view-run/) article.\n- For UNIX/UNIX-like users such as Linux and macOS users, check [this](https://swcarpentry.github.io/shell-novice/02-filedir/index.html) article.\n\nInstall the Gems by running `bundle install`. You may need to provide your user password. For more information about Ruby's `bundle`, check [here](https://bundler.io/man/bundle-install.1.html).\n\n### Usage\n\n- From the root directory(micro-reddit), change into the Rails console terminal by running the following command and start using the tool...\n\n * `rails console`\n\n## Authors 1\n\n👤 **Iyunda Ismael Antonio**\n\n- GitHub: [@ixboy](https://github.com/ixboy)\n- Twitter: [@ismaelixboy](https://twitter.com/ismaelixboy)\n- LinkedIn: [ismael-antonio](https://www.linkedin.com/in/ismaelantonio/)\n\n## Authors 2\n\n👨‍💻 **Kalu Chinasa Agu**\n\n- [@Nasa28](https://github.com/Nasa28)\n- [@Ultimate_Nasa](https://twitter.com/Ultimate_Nasa)\n- [LinkedIn](https://www.linkedin.com/in/kalu-chinasa-agu-a15080103/)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/ixboy/micro-reddit/issues).\n\n## Acknowledgments\n\n-  ![](https://img.shields.io/badge/Microverse-blueviolet)\n\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## 📝 License\n\nThis project is MIT licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fixboy%2Fmicro-reddit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fixboy%2Fmicro-reddit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fixboy%2Fmicro-reddit/lists"}