{"id":29856484,"url":"https://github.com/amiraabouhadid/groupme","last_synced_at":"2025-07-29T23:37:17.395Z","repository":{"id":50116802,"uuid":"372273334","full_name":"amiraabouhadid/GroupMe","owner":"amiraabouhadid","description":"A grouping web app that allows users to add courses, groups and courses to groups.","archived":false,"fork":false,"pushed_at":"2022-01-31T11:22:04.000Z","size":327,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"development","last_synced_at":"2023-03-11T08:35:31.467Z","etag":null,"topics":["bootstrap5","css3","postgresql","rails","ruby"],"latest_commit_sha":null,"homepage":"https://group-courses-me.herokuapp.com/users/sign_in","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/amiraabouhadid.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":"2021-05-30T17:15:35.000Z","updated_at":"2022-03-22T18:39:36.000Z","dependencies_parsed_at":"2022-09-23T17:03:17.829Z","dependency_job_id":null,"html_url":"https://github.com/amiraabouhadid/GroupMe","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/amiraabouhadid/GroupMe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amiraabouhadid%2FGroupMe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amiraabouhadid%2FGroupMe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amiraabouhadid%2FGroupMe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amiraabouhadid%2FGroupMe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amiraabouhadid","download_url":"https://codeload.github.com/amiraabouhadid/GroupMe/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amiraabouhadid%2FGroupMe/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267780498,"owners_count":24143204,"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-07-29T02:00:12.549Z","response_time":2574,"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":["bootstrap5","css3","postgresql","rails","ruby"],"created_at":"2025-07-29T23:37:06.621Z","updated_at":"2025-07-29T23:37:17.373Z","avatar_url":"https://github.com/amiraabouhadid.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# RUBY ON RAILS PROJECT: GROUP ME\n\nA grouping app that allows users to add courses, groups and courses to groups. Users can see a course's name, creation date, credit hours and group icon if the course belongs to a group. The group's name, icon, creation date and number of courses is also displayed. The total number of groups is displayed.\n![Screenshot from 2021-06-01 22-03-10](https://user-images.githubusercontent.com/56790126/120383551-4d1ec300-c325-11eb-9f14-fc0d36a9c61c.png)\n![Screenshot from 2021-06-01 22-00-43](https://user-images.githubusercontent.com/56790126/120383376-19dc3400-c325-11eb-9a20-876db603e969.png)\n![Screenshot from 2021-06-01 22-15-12](https://user-images.githubusercontent.com/56790126/120384836-f4e8c080-c326-11eb-8b9c-7fba3adaffa3.png)\n\n\n## Live Demo\n\n[Live Demo Link](https://group-courses-me.herokuapp.com/users/sign_in)\n\n## Built With\n- Ruby\n- Ruby on rails\n- HTML5\n- SCSS\n- Javascript\n\n## Getting Started\nTo get a local copy up and running follow these simple example steps:\n- Clone the repository as indicated by Setup section below\n\n### Prerequisites\n- GitHub\n- Git\n- Ruby 2.7.2\n- Ruby on Rails 6.1.3.2\n- Rspec-rails\n\n### Setup\nClone repository from github to your local drive by following these steps:\n- Open Terminal.\n- Change the current working directory to the location you want the cloned directory.\n- Enter the following:\n```\n$ git clone git@github.com:amiraabouhadid/GroupMe.git.\n\n```\n- Press Enter to create your local clone.\n- Install gems with:\n\n```\n$ bundle install\n```\n- Update ./config/database.yml with your local postgres username and password.\n\n- Setup database with:\n\n```\n$ rails db:create\n$ rails db:migrate\n```\n\n## Testing\n\n\u003e To test all models, write the following in your terminal:\n\n```\n$ rspec spec/models\n```\n\n## Usage\n\nStart server with:\n\n```\n$ rails s\n```\n\n In your browser, navigate to:\n ```\n http://localhost:3000/\n ```\n\n## AUTHORS\n\n**Amira Abouhadid**\n\n- GitHub: [@amiraabouhadid](https://github.com/amiraabouhadid)\n- Twitter: [@AbouhadidAmira](https://twitter.com/AbouhadidAmira)\n- LinkedIn: [amira-abouhadid](https://www.linkedin.com/in/amira-abouhadid/)\n\n\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/amiraabouhadid/GroupMe/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Hat tip to anyone whose code was used\n- Inspiration\n- etc\n\n## 📝 License\n\n- This project is [MIT](https://opensource.org/licenses/MIT) licensed.\n- This project is [creativecommons](https://creativecommons.org/licenses/by-nc/4.0/) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famiraabouhadid%2Fgroupme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famiraabouhadid%2Fgroupme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famiraabouhadid%2Fgroupme/lists"}