{"id":17471400,"url":"https://github.com/paulzay/sporf","last_synced_at":"2026-05-01T12:31:20.267Z","repository":{"id":109072469,"uuid":"295699595","full_name":"paulzay/sporf","owner":"paulzay","description":"Sporf is a blogging platform where bloggers can signup and write articles that are grouped by categories. It's built with Ruby on Rails","archived":false,"fork":false,"pushed_at":"2021-01-28T16:38:00.000Z","size":215,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-06-08T19:04:13.503Z","etag":null,"topics":["article","rails","rspec","ruby"],"latest_commit_sha":null,"homepage":"https://sporf.herokuapp.com/","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/paulzay.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":"2020-09-15T11:01:31.000Z","updated_at":"2022-01-02T18:24:46.000Z","dependencies_parsed_at":"2023-04-20T02:30:31.819Z","dependency_job_id":null,"html_url":"https://github.com/paulzay/sporf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paulzay/sporf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulzay%2Fsporf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulzay%2Fsporf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulzay%2Fsporf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulzay%2Fsporf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulzay","download_url":"https://codeload.github.com/paulzay/sporf/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulzay%2Fsporf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32497809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["article","rails","rspec","ruby"],"created_at":"2024-10-18T16:43:03.356Z","updated_at":"2026-05-01T12:31:20.001Z","avatar_url":"https://github.com/paulzay.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sporf\n\n\u003e This is a website for writing sports-related articles based on the different categories given.\n\n[![Coverage Status](https://coveralls.io/repos/github/paulzay/sporf/badge.svg?branch=develop)](https://coveralls.io/github/paulzay/sporf?branch=develop)\n![Build Status](https://travis-ci.com/paulzay/sporf.svg?branch=develop)\n[![Maintainability](https://api.codeclimate.com/v1/badges/f5d79d29c50d40454612/maintainability)](https://codeclimate.com/github/paulzay/sporf/maintainability)\n## Project Features\n- The index page contains the most popular article based on votes by the users. Additionally it displays the most recent article in each category. \n- A user can create an account and begin writing their own articles and vote on their own article or others'. \n- A user needs to be logged in to vote on articles\n- \n\n## Built With\n\n- Ruby v2.7.1\n- Ruby on Rails v5.2.4\n\n## Live Demo\n\n[Link](https://sporf.herokuapp.com/)\n\n## Screenshots\n\n![Screenshot from 2020-09-20 11-34-29](https://user-images.githubusercontent.com/29974825/93708626-7fdead80-fb40-11ea-85aa-c9d5e7800050.png)\n![Screenshot from 2020-09-20 11-34-56](https://user-images.githubusercontent.com/29974825/93708628-82410780-fb40-11ea-8993-aa3310269f53.png)\n![Screenshot from 2020-09-20 11-35-18](https://user-images.githubusercontent.com/29974825/93708629-83723480-fb40-11ea-92f7-67b98f7425a4.png)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\nRuby: 2.6.3\nRails: 5.2.3\nPostgres: \u003e=9.5\n\n# Getting Started 🚀\n\nThese instructions will get you a copy of the project up and running on your local machine.\n\n## How To Use 🔧\n\nFrom your command line, first clone the project:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/paulzay/sporf\n\n# Go into the project folder\n$ cd sporf\n\n# run bundle install to get the gems\n$ bundle install\n\n# Create the database\n$ rails db:create\n\n# Run the migrations\n$ rails db:migrate\n\n# Seed user and category data\n$ rails db:seed\n\n# To start the rails server, run\n$ rails s\n\n# To run the tests, run\n$ bundle exec rspec\n```\n\nYou can create your own data from here\n\n## Author\n\n👤 **Paul Ogolla**\n\n- Github: [@paulzay](https://github.com/paulzay)\n- Twitter: [@_paulzay_](https://twitter.com/_paulzay_)\n- Linkedin: [Paul Ogolla](https://linkedin.com/in/paulogolla)\n\n# Attribution\n\n- The template was made by \u003ca href=\"https://www.behance.net/sakwadesignstudio\"\u003eNelson Sakwa\u003ca\u003e\n- Check it out \u003ca href=\"https://www.behance.net/gallery/14554909/liFEsTlye-Mobile-version\"\u003ehere\u003c/a\u003e\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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulzay%2Fsporf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulzay%2Fsporf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulzay%2Fsporf/lists"}