{"id":19174431,"url":"https://github.com/benmukebo/back-end-test-helpjuice","last_synced_at":"2026-06-19T15:31:59.045Z","repository":{"id":215470564,"uuid":"738954534","full_name":"BenMukebo/back-end-test-helpjuice","owner":"BenMukebo","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-10T21:12:44.000Z","size":73,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T00:43:44.101Z","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/BenMukebo.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}},"created_at":"2024-01-04T12:40:31.000Z","updated_at":"2024-01-04T15:39:32.000Z","dependencies_parsed_at":"2024-01-04T16:49:51.534Z","dependency_job_id":null,"html_url":"https://github.com/BenMukebo/back-end-test-helpjuice","commit_stats":null,"previous_names":["benmukebo/back-end-test-helpjuice"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BenMukebo/back-end-test-helpjuice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2Fback-end-test-helpjuice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2Fback-end-test-helpjuice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2Fback-end-test-helpjuice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2Fback-end-test-helpjuice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenMukebo","download_url":"https://codeload.github.com/BenMukebo/back-end-test-helpjuice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2Fback-end-test-helpjuice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34538157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":[],"created_at":"2024-11-09T10:17:50.705Z","updated_at":"2026-06-19T15:31:59.023Z","avatar_url":"https://github.com/BenMukebo.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# back-end-test-helpjuice\n\n# 📖 Front-end test Helpjuice \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n## Task Description:\nCreate a realtime search box, where users search articles, and then to have analytics that display what users were searching for. You can also track via IP - no need to create a devise, etc.\n\nYour goal is to record their input in realtime and ultimately display analytics \u0026 trends on what people are searching for the most. (this is not about search itself, but really about analytics behind it). \n\nHint: Because the search is real time, queries will be coming in segments, as listed in the example below\n\n\n### Standards:\n- TEST. Your. App.\n- GOOD Code. We can’t stress this enough. \n- Documented code. We don’t expect you to write a novel, but at least remove the default Rails README\n- Scalability \n- Deploy on Heroku or w/e for easier testing. Remember, it’s all about making the user’s life easier (in this case, us -- reviewing your code)\n\n\n## Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n\u003cul\u003e\n  \u003csummary\u003eRuby on rails\u003c/summary\u003e\n  \u003csummary\u003ePostgreSQL data base\u003c/summary\u003e\n  \u003csummary\u003eJavaScript\u003c/summary\u003e\n  \u003csummary\u003eTailwind css\u003c/summary\u003e\n\u003c/ul\u003e\n\n\n ## Demo link\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"\"\u003eDemo Link\u003c/a\u003e\u003c/li\u003e\n   \u003c/ul\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n### Prerequisites\n\nIn order to run this project you need:\n\n- A web browser to view output e.g [Google Chrome](https://www.google.com/chrome/).\n- An IDE e.g [Visual studio code](https://code.visualstudio.com/).\n- Install the `npm` package manager use this [to install both node and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).\n- [A terminal](https://code.visualstudio.com/docs/terminal/basics).\n\n\n## Install\n- Initialize Ruby on Rails app together with tailwind css\n\n```bash \n$ rails new back-end-test-helpjuice -c tailwind -j --database=postgresql  \n```\n\n- If you want to configure Tailwind manually\n - [Install Tailwind CSS with Ruby on Rails](https://tailwindcss.com/docs/guides/ruby-on-rails)\n\n\n### Usage\n\n- To Create the database \u0026 Starting up the Web Server\n\n```bash\n$   rails db:create db:migrate\n$   rails server\n\n// or you can run additionaly this to precompile  tailwind asset and start the server\n\n$ bin/dev\n```\n\n## Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to leave any suggestions at the [Issues page](https://github.com/BenMukebo/back-end-test-helpjuice)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmukebo%2Fback-end-test-helpjuice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenmukebo%2Fback-end-test-helpjuice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmukebo%2Fback-end-test-helpjuice/lists"}