{"id":16510340,"url":"https://github.com/dalthviz/cloudcrud","last_synced_at":"2026-05-08T06:11:35.120Z","repository":{"id":123514503,"uuid":"167220242","full_name":"dalthviz/cloudcrud","owner":"dalthviz","description":"A CRUD project for managing events","archived":false,"fork":false,"pushed_at":"2019-01-28T20:10:14.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T07:29:54.020Z","etag":null,"topics":["bootstrap","crud","rails5","react-rails","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dalthviz.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-23T17:01:37.000Z","updated_at":"2019-01-28T20:10:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"1071b6b4-fd0b-4304-960e-a63fc8466c87","html_url":"https://github.com/dalthviz/cloudcrud","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dalthviz/cloudcrud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalthviz%2Fcloudcrud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalthviz%2Fcloudcrud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalthviz%2Fcloudcrud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalthviz%2Fcloudcrud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dalthviz","download_url":"https://codeload.github.com/dalthviz/cloudcrud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalthviz%2Fcloudcrud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32769159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: 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":["bootstrap","crud","rails5","react-rails","ruby"],"created_at":"2024-10-11T15:54:50.909Z","updated_at":"2026-05-08T06:11:35.104Z","avatar_url":"https://github.com/dalthviz.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloud Events\n\nA simple CRUD application to manage your events.\n\n# Setup environment\n\n* [RVM and rails for Ubuntu](https://github.com/rvm/ubuntu_rvm)\n\n```\nsudo apt-add-repository -y ppa:rael-gc/rvm\nsudo apt-get update\nsudo apt-get install rvm\n\n# Login and logout or restart the machine\n\nrvm install 2.3.3\nrvm list\nruby -v\ngem install rails -v 5.0.1 \n\n```\n\n* [PostgreSQL for Ubuntu](https://www.postgresql.org/download/linux/ubuntu/)\n\n\n```\nsudo apt-get install postgresql postgresql-contrib \n\nsudo apt-get install postgresql-server-dev-{pg.version}\n```\nWhere `{pg.version}` refers to the version of postgresql installed, for example `9.5` \n\nThe database to be created for development environment is `cloudcrud_development` with the user `cloudcrud` and password `cloudcrud` using password authentication (check the `pg_hba.conf` file in case of errors, and restart the service after doing changes).\n\n\n* NodeJS\n\n``` sudo apt-get install nodejs```\n\n# Development\n\nStart the application with the following commands (under the root directory):\n\n```\nbundle\nrails db:migrate\nrails s\n```\n\nFor a run as a daemon, instead of `rails s` use `rails s -d -p 8080 -b 0.0.0.0`\n\n\n# Gems\n\n* [rails](https://github.com/rails/rails)\n* [devise](https://github.com/plataformatec/devise)\n* [react-rails](https://github.com/reactjs/react-rails)\n* [twitter-bootstrap-rails](https://github.com/seyhunak/twitter-bootstrap-rails)\n\n# Resources\n\n* [PostgreSQL basic management](https://medium.com/coding-blocks/creating-user-database-and-adding-access-on-postgresql-8bfcd2f4a91e)\n* [Simple CRUD example](https://medium.com/quick-code/simple-rails-crud-app-with-react-frontend-using-react-rails-gem-b708b89a9419)\n* [Use of devise](https://learnetto.com/tutorials/using-devise-with-react)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalthviz%2Fcloudcrud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalthviz%2Fcloudcrud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalthviz%2Fcloudcrud/lists"}