{"id":18019627,"url":"https://github.com/muratcakmak/kekocho","last_synced_at":"2026-03-03T09:31:33.090Z","repository":{"id":27806092,"uuid":"107881746","full_name":"muratcakmak/kekocho","owner":"muratcakmak","description":"Single-page responsive web application for asking and answering questions inspired by Quora created using Ruby on Rails, Redux, and React","archived":false,"fork":false,"pushed_at":"2023-01-19T05:35:59.000Z","size":23964,"stargazers_count":10,"open_issues_count":26,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-20T05:58:20.695Z","etag":null,"topics":["heroku","postgresql","react","redux","ruby-on-rails"],"latest_commit_sha":null,"homepage":"http://kekocho.herokuapp.com/","language":"JavaScript","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/muratcakmak.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":"2017-10-22T16:11:06.000Z","updated_at":"2022-08-19T09:46:45.000Z","dependencies_parsed_at":"2023-02-10T20:45:50.790Z","dependency_job_id":null,"html_url":"https://github.com/muratcakmak/kekocho","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/muratcakmak/kekocho","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muratcakmak%2Fkekocho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muratcakmak%2Fkekocho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muratcakmak%2Fkekocho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muratcakmak%2Fkekocho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muratcakmak","download_url":"https://codeload.github.com/muratcakmak/kekocho/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muratcakmak%2Fkekocho/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30039884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T06:58:30.252Z","status":"ssl_error","status_checked_at":"2026-03-03T06:58:15.329Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["heroku","postgresql","react","redux","ruby-on-rails"],"created_at":"2024-10-30T05:11:35.161Z","updated_at":"2026-03-03T09:31:33.017Z","avatar_url":"https://github.com/muratcakmak.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Not maintained \n---\n## kekocho\n\n### Live Version\n [live version](https://kekocho.herokuapp.com/)\n\n### TLDR;\n\nKekocho, is a fully responsive Single-Page Application(SPA) Quora clone, is a platform \"to gain and share knowledge\" that allows users to ask questions and get answers from people who have experience and knowledge in the domain.\n\n\n---\n### Auth\n\nAuthentication part of the app has two separate parts.\n\n#### Backend Authentication\n  It is controlled by the Ruby on Rails framework which provides powerful libraries and secure environment. Encryption library BCrypt is repsonsible for the creation of session tokens whenever a user attempts to login. This session token is stored in the browser as well as the backend.\n\n#### Frontend Authentication\n  ```react-router-dom``` is a wrapper that controls the React routes. Using rails' application.html.erb file Kekocho allows a user's session to persist. \n\n####  Technologies:\n    - Ruby on Rails\n    - React\n    - Redux\n\n  ![Alt text](/readme_images/session.gif?raw=true \"Login\")\n\n---\n\n### Hosting\n  Kekocho is hosted on heroku. According to heroku.com, \"Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud\".\n\n  Technology: Heroku\n\n---\n\n### Model Layer\n\n  In Quora, a user has many questions. Questions have many answers and topics. Answers have many comments and belong to a particular question. A comment belongs to an answer and a topic has many questions.\n\n  Topic and question relationship is established by a join table called topicQuestions. question_ids and corresponding topic_ids are stored on the table.\n\n  When a user wants to create a topic while editing a question, the request hits the question_topic_controller. The controller checks whether the topic already exists, and grabs the question_id and creates a question_topic record on the table. With the aid of rails's ```inverse_of``` association, the backend is able to operate fluidly and consistently.\n\n#### Technologies:\n    - Postgresql\n    - Ruby on Rails\n\n---\n\n### Question Search\n\n![Alt text](/readme_images/search.gif?raw=true \"Search\")\n\n  ```pg_search``` handles the search part of the app. It uses improved algorithms to make search faster.\n\n---\n\n### Question Modal\n\n![Alt text](/readme_images/question_modal.jpg?raw=true \"Question\")\n\n---\n\n### DONE\n\n- User should be able to add new topics\n\n- Smoother UI\n\n- Instant Search Results\n\n- Mobile Responsive\n\n- Infinite Scrolling/Pagination\n\n### FUTURE IMPLEMENTATION\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuratcakmak%2Fkekocho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuratcakmak%2Fkekocho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuratcakmak%2Fkekocho/lists"}