{"id":21353224,"url":"https://github.com/therealedsheenan/quickchativa","last_synced_at":"2025-03-16T05:12:33.451Z","repository":{"id":32795239,"uuid":"91540178","full_name":"therealedsheenan/quickchativa","owner":"therealedsheenan","description":"Rails API server for chat application","archived":false,"fork":false,"pushed_at":"2023-01-19T03:29:48.000Z","size":61,"stargazers_count":0,"open_issues_count":12,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T17:27:23.201Z","etag":null,"topics":["action-cable","rails-api","rails5","ruby"],"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/therealedsheenan.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-05-17T06:13:48.000Z","updated_at":"2017-05-17T07:00:02.000Z","dependencies_parsed_at":"2023-02-10T20:00:58.612Z","dependency_job_id":null,"html_url":"https://github.com/therealedsheenan/quickchativa","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/therealedsheenan%2Fquickchativa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therealedsheenan%2Fquickchativa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therealedsheenan%2Fquickchativa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therealedsheenan%2Fquickchativa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/therealedsheenan","download_url":"https://codeload.github.com/therealedsheenan/quickchativa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826798,"owners_count":20354221,"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":["action-cable","rails-api","rails5","ruby"],"created_at":"2024-11-22T03:16:52.419Z","updated_at":"2025-03-16T05:12:33.433Z","avatar_url":"https://github.com/therealedsheenan.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quickchativa [![Build Status](https://travis-ci.org/therealedsheenan/quickchativa.svg?branch=master)](https://travis-ci.org/therealedsheenan/quickchativa)\nRails API server for chat application.\n\nThis is a Rails API server that uses JWT for authentication.\nTo access User, Chat and Room models, the client MUST have the authenticated token.\n\n## Getting started\n\n-   Creating the actual User.\n\n    Open the rails console and create a dummy user.\n    \n    ```\n    User.create(:email =\u003e 'test@mail.com', :password =\u003e '123', :password_confirmation =\u003e '123')\n    ```\n- Authenticating the User.\n    \n    Create a server request\n    ```\n    curl -H \"Content-Type: application/json\" -X POST -d '{\"email\":\"test@mail.com\",\"password\":\"123\"}' http://localhost:3000/api/v1/authenticate\n    ```\n    This will return the TOKEN which you can attach to your header request in accessing the other routes.\n    \n- Sample Request Header\n    \n    Request to chats\n    ```\n    curl -H \"Authorization: SAMPLE_TOKEN\" http://localhost:3000/api/v1/chats\n    ```\n    \n    Request to rooms\n    ```\n    curl -H \"Authorization: SAMPLE_TOKEN\" http://localhost:3000/api/v1/rooms\n    ```\n\nWithout a validated TOKEN, you cannot access the anything on the server. \n\n## Authors\n\n* **Sheenan Tenepre** - [Github](https://github.com/therealedsheenan)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherealedsheenan%2Fquickchativa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftherealedsheenan%2Fquickchativa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherealedsheenan%2Fquickchativa/lists"}