kameronk92 / daily-mood-mailer-7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daily Mood Mailer

A simple Rails application for sharing your mood via email.

After cloning, follow these steps to run locally:

bundle install
rails db:{create,migrate}
rails s

Please note: this app is configured to not send emails in development.

Branches

  • main: Email will be sent synchronously, starting from MailersController#create.

Notable Technologies / Dependencies

About


Languages

Language:Ruby 74.3%Language:HTML 19.6%Language:JavaScript 3.9%Language:CSS 2.2%