You know when your friend is all, "Hey man, do you remember that episode of Seinfeld when Kramer and Newman make sausage in Jerry's apartment?". Well, this app is meant to be that friend.
That One Episode in production
Clone That One Episode to your local machine with:
$ git clone [email protected]:skuhlmann/cheers-mail.git
Install gems:
$ bundle install
Then setup the database:
$ rake db:setup
Launch the server with:
$ unicorn
Go to localhost:8080
Requires a SendGrid account for email delivery.
Created as a learning project to practice with mailing list managment and api consumption.