{"id":24631054,"url":"https://github.com/yunusemredilber/groupath","last_synced_at":"2025-10-12T07:20:17.078Z","repository":{"id":35980677,"uuid":"193338517","full_name":"yunusemredilber/groupath","owner":"yunusemredilber","description":"A rails app for simple groups. [deprecated]","archived":false,"fork":false,"pushed_at":"2023-01-19T13:44:43.000Z","size":1878,"stargazers_count":7,"open_issues_count":9,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-08T00:49:46.243Z","etag":null,"topics":["bootstrap4","postgresql","ruby-on-rails"],"latest_commit_sha":null,"homepage":"https://groupathx.herokuapp.com/","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/yunusemredilber.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}},"created_at":"2019-06-23T11:12:29.000Z","updated_at":"2023-03-12T16:34:10.000Z","dependencies_parsed_at":"2023-02-11T02:15:16.869Z","dependency_job_id":null,"html_url":"https://github.com/yunusemredilber/groupath","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yunusemredilber/groupath","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunusemredilber%2Fgroupath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunusemredilber%2Fgroupath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunusemredilber%2Fgroupath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunusemredilber%2Fgroupath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yunusemredilber","download_url":"https://codeload.github.com/yunusemredilber/groupath/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunusemredilber%2Fgroupath/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010647,"owners_count":26084784,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"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":["bootstrap4","postgresql","ruby-on-rails"],"created_at":"2025-01-25T07:14:26.001Z","updated_at":"2025-10-12T07:20:17.060Z","avatar_url":"https://github.com/yunusemredilber.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Groupath\n\n\u003e You can view this project live on https://groupathx.herokuapp.com .\n\u003e Please use this site only for test proposes.\n\nGroupath is a social platform for groups.\n\n* We can signup, login and logout. Our passwords encoded with bcrypt.\n* We can follow other users and they can follow too.\n* We can join a group and get access for view messages or write a new one.\n* We can create a group, edit or delete.\n* We can search group, message, user or comment.\n* We can create a comment to a message.\n* We can see everything related to us on our dashboard.\n\n**Db diagram is [here](https://dbdiagram.io/d/5d2ed4a3ced98361d6dcbc34).**\n\n\u003e Ruby version: 2.5.1 |\n\u003e Rails version: 5.2.3\n\n\u003e Database: postgresql\n\n### Quick start on Ubuntu\n\n1. `sudo apt-get install postgresql postgresql-contrib libpq-dev` Install postgresql\n1. `sudo -u postgres createuser -s pguser` create a db user named 'pguser'. (You can -**and should**- change it.)\n1. `sudo -u postgres psql` Go to postgres console.\n1. `\\password pguser` Set a new password (Yo can close this console by entering `\\q`)\n1. Change username \u0026 password field in *config/database.yml*\n1. `rake db:create db:migrate` Create and migrate database.\n1. `rails s` Start the server :smile:\n\n### Screenshots\n![Signin](screenshots/signin.png)\n\n![Homepage](screenshots/homepage.png)\n\n![Profile](screenshots/profile.png)\n\n![Group](screenshots/group_dashboard.png)\n\n![Message](screenshots/message.png)\n\n### Used\n* [bootstrap-rubygem](https://github.com/twbs/bootstrap-rubygem)\n* [email_validator](https://github.com/balexand/email_validator)\n* [font-awesome-rails](https://github.com/bokmann/font-awesome-rails)\n\n### How everything works ?\n\n#### Application Controller\n\nIn our *app/controllers/application_controller*\nwe have a few methods.\n\n##### current_user\nThis method sets @current_user and we are getting an User object with is our signed user.\nThis method is also helper method.\n\n##### signed_in?\nThis method uses current_user method. (Also helper_method)\n\n##### current_users_follows\nWe are getting an array of ids. (Also helper_method)\n### Deploy\nYou can check [here](https://devcenter.heroku.com/articles/getting-started-with-rails5)\nto learn how to deploy your app to heroku.\n\n\n\u003e Yunus Emre Dilber\n\u003e @yunusemredilber\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunusemredilber%2Fgroupath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyunusemredilber%2Fgroupath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunusemredilber%2Fgroupath/lists"}