{"id":19957627,"url":"https://github.com/cliftondavies/learnar","last_synced_at":"2026-04-07T07:43:48.198Z","repository":{"id":131354835,"uuid":"295839510","full_name":"cliftondavies/Learnar","owner":"cliftondavies","description":"A Ruby on Rails full-stack app for learners to share progress, connect and find inspiration.","archived":false,"fork":false,"pushed_at":"2021-05-20T22:04:24.000Z","size":5499,"stargazers_count":1,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T14:37:41.526Z","etag":null,"topics":["bootstrap4","css3","devise","font-awesome-sass","heroku","html5","postgresql","rspec","rspec-rails","ruby","ruby-on-rails","sass","shoulda-matchers","sql"],"latest_commit_sha":null,"homepage":"https://learnar.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/cliftondavies.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-09-15T20:17:24.000Z","updated_at":"2021-09-26T20:26:03.000Z","dependencies_parsed_at":"2023-05-03T07:46:06.018Z","dependency_job_id":null,"html_url":"https://github.com/cliftondavies/Learnar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cliftondavies/Learnar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliftondavies%2FLearnar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliftondavies%2FLearnar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliftondavies%2FLearnar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliftondavies%2FLearnar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cliftondavies","download_url":"https://codeload.github.com/cliftondavies/Learnar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliftondavies%2FLearnar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bootstrap4","css3","devise","font-awesome-sass","heroku","html5","postgresql","rspec","rspec-rails","ruby","ruby-on-rails","sass","shoulda-matchers","sql"],"created_at":"2024-11-13T01:38:29.427Z","updated_at":"2026-04-07T07:43:48.193Z","avatar_url":"https://github.com/cliftondavies.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![Open Source Love png1](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/)\n![Tweeting](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)\n\n# Learner\n\n\u003e Welcome to Learner!\nA dedicated community for learners, with varying interests, to share their progress, connect with other learners and find inspiration on their journey to mastery!\n\n![screenshot](learnar.gif)\n\n## :tv: Media\n\n[Live Demo Link](https://learnar.herokuapp.com/)\n\n## MVP Features\n\n[See wiki](https://github.com/cliftondavies/Learner/wiki)\n\n## :toolbox: Tools \u0026 Technologies Used\n\n### Built with\n\n- HTML5\n- CSS3\n- SASS\n- Bootstrap v4.5\n- Ruby v2.6.5\n- Ruby on Rails v5.2.4\n- RSpec\n- PostgreSQL \u003e=9.5\n\n## :rocket: Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\n[Ruby](https://www.ruby-lang.org/en/documentation/installation/): 2.6.5\n\nRails: 5.2.3\n\n```ruby\ngem install rails -v 5.2.3\n```\n\n[PostgreSQL](https://www.postgresql.org/download/): \u003e=9.5\n\n### Setup\n\nClone repo into your local environment:\n\nClone with SSH\n\n```git\ngit clone git@github.com:cliftondavies/Learner.git\n```\n\nClone with HTTPS\n\n```git\ngit clone https://github.com/cliftondavies/Learner.git\n```\n\nOpen project directory\n\n```bash\ncd [your-directory-name]\n```\n\nInstall gems:\n\n```ruby\nbundle install\n```\n\nSet up database:\n\n```ruby\nrails db:create\nrails db:migrate\n```\n\n### Local Usage\n\n#### In console\n\nStart console:\n\n```ruby\nrails console\n```\n\n#### In Browser\n\nStart server:\n\n```ruby\nrails server\n```\n\nOpen `http://localhost:3000/` in your browser.\n\n### Run tests\n\n```ruby\nrspec\n```\n\n### Deploy\n\n```bash\nheroku create\n```\n```bash\ngit push heroku master\n```\n```bash\nheroku run rails db:migrate\n```\n```bash\nheroku open\n```\n\n## Further Work\n\n[See open issues](https://github.com/cliftondavies/Learner/issues)\n\n## Author\n\n👤 **Clifton Davies**\n\n- Github: [@githubhandle](https://github.com/cliftondavies)\n- Twitter: [@twitterhandle](https://twitter.com/cliftonaedavies)\n- Linkedin: [linkedin](https://www.linkedin.com/in/clifton-davies-mbcs/)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- [Font Awesome Sass](https://github.com/FortAwesome/font-awesome-sass)\n- [Gregoire Vella](https://www.behance.net/gregoirevella)\n- [Tim Mossholder](https://unsplash.com/photos/WE_Kv_ZB1l0)\n\n## 📝 Copyright \u0026 License\n\nCopyright (c) 2020 Clifton Davies.\nThis project is licensed under [MIT](https://opensource.org/licenses/MIT). See LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcliftondavies%2Flearnar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcliftondavies%2Flearnar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcliftondavies%2Flearnar/lists"}