{"id":15558075,"url":"https://github.com/bluette1/horticultural-exchange-api","last_synced_at":"2026-04-13T17:33:40.610Z","repository":{"id":45455147,"uuid":"352878087","full_name":"Bluette1/horticultural-exchange-api","owner":"Bluette1","description":"This is the backend API for the horticultural website application.","archived":false,"fork":false,"pushed_at":"2024-10-15T23:38:05.000Z","size":169,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-06-01T18:38:50.691Z","etag":null,"topics":["docker","ruby","ruby-on-rails","stripe"],"latest_commit_sha":null,"homepage":"https://igrow-api-251abf9d4424.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/Bluette1.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":"2021-03-30T05:14:13.000Z","updated_at":"2024-10-15T23:27:05.000Z","dependencies_parsed_at":"2023-11-25T10:23:36.637Z","dependency_job_id":"24262712-691b-496a-bd43-826d08c9e0c7","html_url":"https://github.com/Bluette1/horticultural-exchange-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bluette1/horticultural-exchange-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bluette1%2Fhorticultural-exchange-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bluette1%2Fhorticultural-exchange-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bluette1%2Fhorticultural-exchange-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bluette1%2Fhorticultural-exchange-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bluette1","download_url":"https://codeload.github.com/Bluette1/horticultural-exchange-api/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bluette1%2Fhorticultural-exchange-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31762587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: 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":["docker","ruby","ruby-on-rails","stripe"],"created_at":"2024-10-02T15:22:01.905Z","updated_at":"2026-04-13T17:33:40.596Z","avatar_url":"https://github.com/Bluette1.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# horticultural-exchange-api\n\n![Linters](https://github.com/Bluette1/horticultural-exchange-api/workflows/Linters/badge.svg)\n\n![Test with jest](https://github.com/Bluette1/horticultural-exchange-api/workflows/Test%20with%20jest/badge.svg)\n\n## Built With\n- Ruby\n- Rails \n\n## Description\n- This project is for building a simple RESTful backend API for the horticultural-exchange [application](https://igrow-app-bfaa94354ba4.herokuapp.com).\n\n## Built with\n- Ruby version 2.7.2\n- Rails version 6.1.4\n\n## Live Demo\n[Live Demo](http://igrow-api-251abf9d4424.herokuapp.com)\n\n### Run instructions \n-  You can clone the GitHub repo and type the following commands in the terminal to run the app locally \n    ```\n    bundle install\n    rake db:migrate\n    rails server\n    ```\n\n### How to use the site\nMake sure the server is running\n- Go to http://localhost:3000/ in your web browser\n\n\n- Follow the links on the [horticultural-exchange-website](https://igrow-app.fly.dev/) to access the available features.\n\n- Making Purchases:\n  - Payment is through [Stripe](https://stripe.com). You can use the test credit card no.  4242424242424242 for testing purposes. For further details view [Stripe documentation](https://stripe.com/docs/testing)\n\n## Generate documentation\nRun `bundle exec rdoc` in the terminal.\n\n### Integration with Amazon Web Services(AWS) S3 Storage\n#### Setup\n- Create an [Amazon Web Services](https://signin.aws.amazon.com/) account.\n- Afterwards\n\nDownload your credentials `csv` from the management console file to access your credentials.\n- You may have to edit bucket policy to give access permissions to stored objects. For further information, read the [documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-bucket-policies.html).\n\n#### Integration With Stripe\n- Create a [Stripe](https://dashboard.stripe.com/register) account.\n- Copy and safely paste your credentials locally in the rails credentials file.\n\n### Setting up env variables\n - Set access keys/credentials locally according to the `.env_example` file.\n - You can edit the Rails credentials file by running to add Stripe and AWS access keys:\n\n ``` \n EDITOR=gedit rails credentials:edit\n ```\n\n\n## Deployment\n- You can deploy on [Heroku](https://devcenter.heroku.com/categories/ruby-support).\n#### Heroku Deployment with Docker\n- Instructions can be found [here]( \n https://betterprogramming.pub/how-to-containerize-and-deploy-apps-with-docker-and-heroku-b1c49e5bc070).\n\n ### Fly.io\n  - Follow instructions in the [Fly.io documention](https://fly.io/docs/rails/getting-started//)\n\n## Authors\n\n👤 **Marylene Sawyer**\n- Github: [@Bluette1](https://github.com/Bluette1)\n- Twitter: [@MaryleneSawyer](https://twitter.com/MaryleneSawyer)\n- Linkedin: [Marylene Sawyer](https://www.linkedin.com/in/marylene-sawyer)\n\n# Acknowledgements\n- [Stripe](https://dashboard.stripe.com/login?redirect=%2Ftest%2Fpayments)\n- [Amazon Web Services](https://signin.aws.amazon.com/)\n- [Microverse](https://www.microverse.org/)\n- [Tutorial to build a RESTful JSON API with Rails](https://scotch.io/tutorials/build-a-restful-json-api-with-rails-5-part-one)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/Bluette1/horticultural-exchange-api/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## 📝 License\n\nThis project is [MIT](https://opensource.org/licenses/MIT) licensed.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluette1%2Fhorticultural-exchange-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluette1%2Fhorticultural-exchange-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluette1%2Fhorticultural-exchange-api/lists"}