{"id":17468801,"url":"https://github.com/ambrosegithub/hello-rails-back-end","last_synced_at":"2025-07-31T19:03:18.833Z","repository":{"id":115170668,"uuid":"572570807","full_name":"Ambrosegithub/hello-rails-back-end","owner":"Ambrosegithub","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-13T10:04:06.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev-branch","last_synced_at":"2025-02-02T10:30:04.283Z","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/Ambrosegithub.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":"2022-11-30T15:00:49.000Z","updated_at":"2023-01-06T17:24:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1f1a885-e784-422d-868b-cebc0e01aac8","html_url":"https://github.com/Ambrosegithub/hello-rails-back-end","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambrosegithub%2Fhello-rails-back-end","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambrosegithub%2Fhello-rails-back-end/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambrosegithub%2Fhello-rails-back-end/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambrosegithub%2Fhello-rails-back-end/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ambrosegithub","download_url":"https://codeload.github.com/Ambrosegithub/hello-rails-back-end/tar.gz/refs/heads/dev-branch","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246009030,"owners_count":20708880,"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":[],"created_at":"2024-10-18T15:24:18.467Z","updated_at":"2025-03-28T09:42:57.728Z","avatar_url":"https://github.com/Ambrosegithub.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BUDGET APP\n\nHello_Rails_App is a ruby on rails web application to send warmth greetings at random each time the browser reloads\n\n## Built With\n\n- Ruby\n- Rails\n- Postgresql\n- Linters\n\n### Key Features\n\n- [API endpoint]\n- [Greeting link]\n- [Functionality to Generate a random greetings messages with api end point ]\n\n\n# Live Presentation link\n- Link to front end repo\n- [Front-end repo](https://github.com/anasbassi/hello-react-front-end)\n[Live Link](not deployed yet)\n\n## Getting Started\n-To get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\n- A Command Line Interface.\n- Having Ruby installed.\n- Setup Rails\n- Postgresql\n- A code editor like Visual Studio Clone.\n- Git installed.\n- \n\nTo check if you have Git, Postgres and Ruby installed you can use the commands below:\n\n ```sh\n   $ git --version\n   $ ruby --version \u0026\u0026 irb\n   ```\nIf you don't have Ruby, you can find a complete list of ways to install Ruby, including using third-party tools like rvm, see:\n\n(https://www.ruby-lang.org/en/downloads/)\n### 🛠️ Installation \u0026 Set Up\n\nIf you installed git you can clone the code to your machine, or download a ZIP of all the files directly.\n\n\n- Open the [Repository Link](https://github.com/Ambrosegithub/hello-rails-back-end) of this project in GitHub.\n\n- Once the files are on your machine, open capstone-ruby folder in [Visual Studio Code](https://code.visualstudio.com/).\n\n### Install\n Start by cloning the repository.\n \n- git@github.com:Ambrosegithub/hello-rails-back-end.git\n\n  Navigate to the created folder.\n\n- Initialize your project with Git.\n- Make sure that your project has Postgres database set up.\n- Run rails server and visit http://127.0.0.1:3000/ in your browser!\n\n  ### run the following in your terminal:\n  - gem install rails\n  - gem install pg\n  - bundle install (use this whenever you want add a gem in your gem file)\n  - rails db:create\n  - change your database password to suit yours in database.yml\n  \n  \n\n### Usage\n--Once you have your repository cloned on your machine, feel free to modify it as needed.\n- To add your own page\n\n### Testing with Rspec and Capybara\n  - In your terminal run \u003e \n     bundle exec rspec\n  - run rspec spec\n\n  \n## Author(s)\n👤 **Isigba Ambrose**\n\n- GitHub: [@Ambrosegithub](https://github.com/Ambrosegithub)\n- Twitter: [@Glorious12](https://twitter.com/Glorious851)\n- LinkedIn: [Ambrose Isigba](https://www.linkedin.com/in/ambrose-isigba/)\n\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/Ambrosegithub/hello-rails-back-end/issues).\n\n## Show your support\n\nGive a ⭐ if you like this project!\n\n## Acknowledgments\n\n-Hat tip to all documentations used\n-Inspiration \n\n\n## ❓ FAQ\n\n\n#### [Question_1] Do I need to have a program to manage the database. \n\n##### [Answer_1] Yes you need postgesql or sqllite ,check installation online.\n\n#### [Question_2] Can I access the owner database .\n\n##### [Answer_2]No because its on their local database .\n\n## 📝 License\nThis project is MIT licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambrosegithub%2Fhello-rails-back-end","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fambrosegithub%2Fhello-rails-back-end","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambrosegithub%2Fhello-rails-back-end/lists"}