{"id":21435423,"url":"https://github.com/german-cobian/blabber-rails","last_synced_at":"2026-04-17T00:35:20.370Z","repository":{"id":214783134,"uuid":"737343009","full_name":"German-Cobian/Blabber-Rails","owner":"German-Cobian","description":"The back-end of a Chat app where users can message each other. After authentication, users can create a chat room where they can message other users and receive replies simply by clicking on a listed user. Additionally admins are allowed to access the page for user management, there to edit a user's privileges or to delete a user.","archived":false,"fork":false,"pushed_at":"2024-01-13T04:06:58.000Z","size":280,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T23:13:43.805Z","etag":null,"topics":["postgres","rails","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/German-Cobian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-12-30T17:28:11.000Z","updated_at":"2024-01-13T18:39:08.000Z","dependencies_parsed_at":"2024-01-13T05:02:41.987Z","dependency_job_id":"e0c3aea9-5d2e-449e-b757-4b9af2ed5106","html_url":"https://github.com/German-Cobian/Blabber-Rails","commit_stats":null,"previous_names":["german-cobian/blabber-rails"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/German-Cobian/Blabber-Rails","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/German-Cobian%2FBlabber-Rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/German-Cobian%2FBlabber-Rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/German-Cobian%2FBlabber-Rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/German-Cobian%2FBlabber-Rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/German-Cobian","download_url":"https://codeload.github.com/German-Cobian/Blabber-Rails/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/German-Cobian%2FBlabber-Rails/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31910165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"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":["postgres","rails","ruby"],"created_at":"2024-11-22T23:44:07.739Z","updated_at":"2026-04-17T00:35:20.349Z","avatar_url":"https://github.com/German-Cobian.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n![](https://img.shields.io/static/v1?label=BY\u0026message=German-cobian\u0026color=red)\n\n\n# Blabber-Rails\n\n\u003chr\u003e\n\n## Description\n\n\u003e This is the back-end of a Chat application where users can message each other.\n\nIn this app all users (admin and regular) are allowed the following actions:\n\n- To signup.\n- To login.\n- To see all users listed on the sidebar, by their username.\n- To select a specific user that they desire to have a conversation with and, by clicking on the user's username, create a chat room where they can message the user and then receive replies. \n![message](/app/assets/Message.png?raw=true \"message\") \n![reply](/app/assets/Reply.png?raw=true \"reply\")\n\nAdmins are allowed these additional actions:\n\n- To access the page for user management,\n![Manage users 1](/app/assets/Manage-Users1.png?raw=true \"manage-users1\")\n- To edit the priviledges of the apps other users,  \n- To delete a user that is not a participant in any chat room.\n![Manage users 2](/app/assets/Manage-Users2.png?raw=true \"manage-users2\")\n\u003chr\u003e\n\n## Front-end Repository \n\n[ReactApp](https://github.com/German-Cobian/Blabber-React)\n\n## Built With\n\n- Major languages:\n  * ![ruby version](https://img.shields.io/badge/Ruby-3.x-yellow)\n- Frameworks:\n  * ![rails version](https://img.shields.io/badge/Rails-7-red)\n- Tools \u0026 Methods:\n  * ![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white)\n\u003chr\u003e\n\n## Getting Started\n\nIf you have Rails 7 installed, you can skip to the [Setup](#setup) section\n\n### Clone Repo\n\nTo get a local copy up and running follow these simple example steps.\n\n```sh\ngit clone git@github.com:German-Cobian/Blabber-Rails.git\n```\n\u003chr\u003e\n\n## Prerequisites\n\nThe following technologies must be installed in your local machine:\n\n - Ruby.\n - Postgres ('pg', '~\u003e 1.1')\n - Node.js \n\nRefer to [Section 3](https://guides.rubyonrails.org/v5.1/getting_started.html#:~:text=3%20Creating%20a%20New%20Rails%20Project) from the official [Rails Guide](https://rubyonrails.org/) for more detailed instructions on how to install these technologies.\n\n### Install Rails\nTo install Rails run these commands in your terminal:\n\n```sh\ngem install rails\n# wait a few seconds for it to download\n# ...\n# ...\n# verify that it was installed by running\nrails --version\n```\n\u003chr\u003e\n\n### System Dependencies\n\nTo automatically install all the dependencies needed run:\n\n```sh\nbundle install\n```\n\u003chr\u003e\n\n### Database Initialization\nTo initialize the database created  run:\n\n```sh\nrails db:setup\n```\n\u003chr\u003e\n\n### Start Server\n\nTo start the server\n```sh\nrails server\n```\nWhich you can visit by going to http://localhost:3001 in your browser.\n\u003chr\u003e\n\n## Created by\n\n 👤 **German Cobian**\n\nPlatform | Badge |\n --- | --- |\n **GitHub**  | [@German Cobian](https://github.com/German-Cobian)\n **Twitter** |[@GermanCobian2](https://twitter.com/GermanCobian2)\n **LinkedIn** | [@German Cobian](https://www.linkedin.com/in/german-cobian/)\n\u003chr\u003e\n\n## Contributing\n\nContributions, issues and feature requests are welcome!\nFeel free to check the [issues page](git@github.com:German-Cobian/Blabber-Rails.git)\n\u003chr\u003e\n \n## Show your support\n\nGive a ⭐️ if you like this project!\n\u003chr\u003e\n\n## Acknowledgments\n\nSmartPuntoGob\n\u003chr\u003e\n\n## 📝 License\n\nThis project is [MIT](https://github.com/German-Cobian/Blabber-Rails/blob/main/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerman-cobian%2Fblabber-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerman-cobian%2Fblabber-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerman-cobian%2Fblabber-rails/lists"}