{"id":22342736,"url":"https://github.com/victorgonbu/paw-shaped-ror-capstone","last_synced_at":"2026-05-11T02:04:05.926Z","repository":{"id":56403971,"uuid":"308214049","full_name":"Victorgonbu/Paw-shaped-RoR-capstone","owner":"Victorgonbu","description":"Capstone project website to help and get help for your pets. Built with Ruby on Rails.","archived":false,"fork":false,"pushed_at":"2020-11-10T00:48:36.000Z","size":5220,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"development","last_synced_at":"2025-01-31T11:14:07.931Z","etag":null,"topics":["html","rspec-rails","ruby","ruby-on-rails","scss"],"latest_commit_sha":null,"homepage":"https://protected-sea-26942.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/Victorgonbu.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":"2020-10-29T04:09:32.000Z","updated_at":"2021-03-10T16:28:33.000Z","dependencies_parsed_at":"2022-08-15T18:01:11.114Z","dependency_job_id":null,"html_url":"https://github.com/Victorgonbu/Paw-shaped-RoR-capstone","commit_stats":null,"previous_names":["victorgonbu/paw-shaped-ror-capstone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorgonbu%2FPaw-shaped-RoR-capstone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorgonbu%2FPaw-shaped-RoR-capstone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorgonbu%2FPaw-shaped-RoR-capstone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorgonbu%2FPaw-shaped-RoR-capstone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Victorgonbu","download_url":"https://codeload.github.com/Victorgonbu/Paw-shaped-RoR-capstone/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245630980,"owners_count":20647173,"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":["html","rspec-rails","ruby","ruby-on-rails","scss"],"created_at":"2024-12-04T08:13:31.689Z","updated_at":"2026-05-11T02:04:05.866Z","avatar_url":"https://github.com/Victorgonbu.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruby on Rails Capstone project\n\nFor this Ruby on Rails capstone project i was requested to build a website based on [lifestyle articles](https://www.behance.net/gallery/14554909/liFEsTlye-Mobile-version) design idea by Nelson Sakwa on Behance. The given design of the website was followed, but all the content was customized.\n\n![Website index](/app/assets/images/app_main_screen.png)\n\u003cbr /\u003e\n\u003cbr /\u003e\n![Website grid](/app/assets/images/app_grid_screen.png)\n\n## About the project\n\nPaw shaped is a website where you can create an account to start receiving help from other users for your animals and giving help to other user's/foundation's animals in need.\n\nIn Paw Shape you can create posts where you can ask for monetary help(if needed) for an animal/s, ask for information about an animal and even publish missing animals you found. In the other site, you can also be the user who help others by giving away paws or even collaborate in campaigns.\n\n## Features\n- User\n\u003e User can create an account and log into the Website\n\n- Post\n\u003e logged in user can create posts\n\n- Paws (website coin)\n\u003e Logged in user can buy and give paws to posts\n\n- Votes\n\u003e Logged in user can vote posts\n\n## Restrictions\n\n### Logged in\n* Only users who are logged in are able to create post, buy paws, give paws and vote posts.\n\n## Live demo\n\n[Pawshaped.com](https://protected-sea-26942.herokuapp.com/)\n\n## Video presentation\n\n[loom.com](https://www.loom.com/share/45f8b9627c554161845d03b2b5cd1944)\n\n## Getting Started\n\nTo get this Website running in your local machine, just follow the next simple steps:\n\n- First make sure you have Ruby 2.7.0 and Rails 6 installed in your local machine. If you don't have them, don't worry, just follow this awesome How-to guide in [Hackernoon](https://hackernoon.com/installing-ruby-on-rails-6-on-ubuntu-a-how-to-guide-r8b732vn)\n\n- Clone this repository into your local machine with the following command line:\n\n```bash\n  $ https://github.com/Shaqri/Private-events.git\n```\n\n- Run bundle to install/use all required gems\n\n```bash\n  $ bundle install\n```\n\n- Create the database\n\n```bash\n  $ rails db:create\n```\n\n- Migrate the database\n\n```bash\n  $ rails db:migrate\n```\n\n- Run the website in your local host\n\n```bash\n  $ rails server\n```\n\n- Go ahead an enter the local host address in your favorite browser\n\n-\u003e localhost:3000\n\n\n### Automated Test\n* Run the RSpec command to check everything is working properly\n\n```bash\n$ rspec\n```\n## Built with\n* Ruby\n* Ruby on Rails\n* RSpec\n* Rubocop\n* Capybara\n\n## Author\n\n👤 **Victor Manuel Gonzalez Buitrago**\n\n- Github: [@Shaqri](https://github.com/Shaqri)\n- Twitter: [@victorgonbu](https://twitter.com/victorgonbu)\n- Linkedin: [linkedin](https://www.linkedin.com/in/victor-manuel-gonzalez-buitrago/)\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## Acknowledgments\n\n- [Thanks Microverse][https://github.com/microverseinc]\n\n## 📝 License\n\nThis project is [MIT](LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorgonbu%2Fpaw-shaped-ror-capstone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorgonbu%2Fpaw-shaped-ror-capstone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorgonbu%2Fpaw-shaped-ror-capstone/lists"}