{"id":27364956,"url":"https://github.com/gr1d99/notifications_app","last_synced_at":"2026-04-25T23:38:01.954Z","repository":{"id":36459470,"uuid":"190756722","full_name":"gr1d99/notifications_app","owner":"gr1d99","description":"This is the demo app for the medium post that I made (https://medium.com/@giddykim/sending-emails-in-rails-with-sucker-punch-gem-part-1-76b501ad943f)","archived":false,"fork":false,"pushed_at":"2023-01-19T13:21:59.000Z","size":36,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T05:38:45.140Z","etag":null,"topics":["asynchronous-tasks","background-jobs","learning-by-doing","rails","rails-api"],"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/gr1d99.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":"2019-06-07T14:25:07.000Z","updated_at":"2019-06-07T14:42:27.000Z","dependencies_parsed_at":"2023-02-11T01:00:30.018Z","dependency_job_id":null,"html_url":"https://github.com/gr1d99/notifications_app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gr1d99/notifications_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr1d99%2Fnotifications_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr1d99%2Fnotifications_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr1d99%2Fnotifications_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr1d99%2Fnotifications_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gr1d99","download_url":"https://codeload.github.com/gr1d99/notifications_app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr1d99%2Fnotifications_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32280981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"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":["asynchronous-tasks","background-jobs","learning-by-doing","rails","rails-api"],"created_at":"2025-04-13T05:38:26.725Z","updated_at":"2026-04-25T23:38:01.897Z","avatar_url":"https://github.com/gr1d99.png","language":"Ruby","readme":"# README\n\n## Setup\n1. Clone app\n2. run `bundle install`\n3. run `rake db:create`\n4. open `application.rb` and update smtp_settings config\n   ```ruby\n   config.action_mailer.smtp_settings = {\n     address:              'smtp.gmail.com',\n     port:                 587,\n     user_name:            '\u003cusername\u003e',\n     password:             '\u003cpassword\u003e',\n     authentication:       'plain',\n     enable_starttls_auto: true }\n   ```\n   Replace `\u003cusername\u003e` with your Gmail account address\n   \n   Replace `\u003cpassword\u003e` with the password of the email you specified above.\n5. Open `app/mailers/application_mailer.rb` and replace `'from@example.com'`with the email address you specified in **step 4**\n6. Start server `rails s`\n7. Send email notifications by making a post request to `http://localhost:3000/notifications`\n   ```json\n   {\n   \t  \"notification\": {\n   \t    \"content\": \"hello world\",\n   \t\t\"recipients\": [\"your-email@gmail.com\"]\n   \t  }\n   }\n   ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgr1d99%2Fnotifications_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgr1d99%2Fnotifications_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgr1d99%2Fnotifications_app/lists"}