{"id":14955458,"url":"https://github.com/yaairfernando/joinme","last_synced_at":"2025-09-30T13:30:56.809Z","repository":{"id":40172665,"uuid":"245298253","full_name":"yaairfernando/JoinMe","owner":"yaairfernando","description":"RoR application to create events and invite users to your events, also with a commenting system.","archived":false,"fork":false,"pushed_at":"2023-01-19T17:45:56.000Z","size":11273,"stargazers_count":5,"open_issues_count":34,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-01-14T11:20:58.775Z","etag":null,"topics":["axios","rails6","rspec","ruby","web-design","webpack"],"latest_commit_sha":null,"homepage":"https://joinmyevent.herokuapp.com/","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/yaairfernando.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":"2020-03-06T00:43:48.000Z","updated_at":"2023-01-31T17:57:47.000Z","dependencies_parsed_at":"2023-02-03T22:16:44.517Z","dependency_job_id":null,"html_url":"https://github.com/yaairfernando/JoinMe","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/yaairfernando%2FJoinMe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaairfernando%2FJoinMe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaairfernando%2FJoinMe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaairfernando%2FJoinMe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaairfernando","download_url":"https://codeload.github.com/yaairfernando/JoinMe/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234737856,"owners_count":18879180,"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":["axios","rails6","rspec","ruby","web-design","webpack"],"created_at":"2024-09-24T13:11:11.358Z","updated_at":"2025-09-30T13:30:50.885Z","avatar_url":"https://github.com/yaairfernando.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![LinkedIn][linkedin-shield2]][linkedin-url2]\n[![Hireable][hireable]][hireable-url]\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n \u003ch2 align=\"center\"\u003eJoin me Application.\u003c/h2\u003e\n\n  \u003cp align=\"center\"\u003e\n    Ruby on Rails project that allows the user to create new events and invite people to their events.\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/YairFernando67/JoinMe\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/YairFernando67/JoinMe\"\u003eView demo\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/YairFernando67/JoinMe/issues\"\u003eReport bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/YairFernando67/JoinMe/issues\"\u003eRequest feature\u003c/a\u003e\n  \u003c/p\u003e\n\n\u003c/p\u003e\n\n## Table of Contents\n* [About the project](#about-the-project)\n  * [Built with](#built-with)\n* [Required installations](#Required-Installations)\n  * [Prerequisites](#Prerequisites)\n  * [Installing](#Installing)\n  * [Instructions](#Instructions)\n* [Contact](#contact)\n* [Contributing](#Contributing)\n* [Show your support](#Show-your-support)\n\n## About The Project\n\n![Screenshot Image](app/assets/images/login.png)  \n\n### Built With\nThe project was developed using the following technologies:\n- [Ruby](https://www.ruby-lang.org/es/)\n- [Ruby on Rails](https://rubyonrails.org/)\n\n## Required Installations\n\n### Prerequisites\n\nThis project runs on [Ruby](https://www.ruby-lang.org/en/documentation/installation/) and [Ruby on Rails](http://installrails.com/)\n\n### Installing\n\n\u003cp\u003eInstall the following to get this project running in your machine:\u003c/p\u003e\n \n* Ruby\n* Ruby on Rails\n\nAfter installation run `ruby -v` to make sure Ruby installed correctly. Example:\n```\n$ ruby -v\nruby 2.6.4p104 (2019-08-28 revision 67798) [x86_64-linux]\n```\n\nAlso make sure that Rails is installed, but running `rails -v`. \nExample:\n```\n$ rails -v\nRails 6.0.2.1\n```\n\n### Instructions\n\n\u003cp\u003eFollow these steps:\u003c/p\u003e\n\nClone the Repository\n\n```Shell\nuser@pc:~$ git clone https://github.com/YairFernando67/JoinMe\n```\n\nOn the console go to the folder that was created\n\n```Shell\nuser@pc:~$ cd JoinMe\n```\n\n```\nuser@pc:~/JoinMe$ bundle install --without production\n```\n\nThen migrate the database:\n\n```\nuser@pc:~/JoinMe$ rails db:migrate\n```\n\nRun this command if you encountered a problem running rails db:migrate\n\n```\nuser@pc:~/JoinMe$ bundle exec rails db:migrate\n```\n\nTo run the rspec tests run\n\n```\nuser@pc:~/JoinMe$ rspec spec\n```\n\n\nFinally run the server\n\n```\nuser@pc:~/JoinMe$ rails s\n```\n\nOpen your browser on [http://localhost:3000](http://localhost:3000)\n\nStart webpack dev server by running this command in a new tab\n\n```\nuser@pc:~/JoinMe$ bin/webpack-dev-server\n```\n\nLIVE VERSION: [Join me](https://joinmyevent.herokuapp.com/)\n\n## Contact\n\n👤 **Yair Fernando Facio**\n\n\u003ca href=\"https://yairfernando67.github.io/Portfolio/\" target=\"_blank\"\u003e\n    \n  ![Screenshot Image](app/assets/images/logo.jpg) \n\n\u003c/a\u003e\n\n- Github: [@YairFernando67](https://github.com/YairFernando67)\n- Twitter: [@YairFernando18](https://twitter.com/YairFernando18)\n- Linkedin: [softwaredeveloperyairfacio](https://www.linkedin.com/in/softwaredeveloperyairfacio/)\n- Email: [yair.facio11@gmail.com](https://mail.google.com/mail/?view=cm\u0026fs=1\u0026tf=1\u0026to=yair.facio11@gmail.com)\n- Portfolio: [softwaredeveloper](https://yairfernando67.github.io/Portfolio/)\n\n\n\u003cp align=\"center\"\u003e\n\n  Project Link: [https://github.com/YairFernando67/JoinMe](https://github.com/YairFernando67/JoinMe)\n\n\u003c/p\u003e\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/YairFernando67/JoinMe/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/YairFernando67/JoinMe.svg?style=flat-square\n[contributors-url]: https://github.com/YairFernando67/JoinMe/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/YairFernando67/JoinMe.svg?style=flat-square\n[forks-url]: https://github.com/YairFernando67/JoinMe/network/members\n[stars-shield]: https://img.shields.io/github/stars/YairFernando67/JoinMe.svg?style=flat-square\n[stars-url]: https://github.com/YairFernando67/JoinMe/stargazers\n[issues-shield]: https://img.shields.io/github/issues/YairFernando67/JoinMe.svg?style=flat-square\n[issues-url]: https://github.com/YairFernando67/JoinMe/issues\n[license-shield]: https://img.shields.io/github/license/YairFernando67/JoinMe.svg?style=flat-square\n[license-url]: https://github.com/YairFernando67/JoinMe/blob/master/LICENSE.txt\n[linkedin-shield2]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square\u0026logo=linkedin\u0026colorB=555\n[linkedin-url2]: https://www.linkedin.com/in/softwaredeveloperyairfacio/\n[hireable]: https://cdn.rawgit.com/hiendv/hireable/master/styles/flat/yes.svg\n[hireable-url]: https://www.linkedin.com/in/softwaredeveloperyairfacio/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaairfernando%2Fjoinme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaairfernando%2Fjoinme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaairfernando%2Fjoinme/lists"}