bambycha / newsletter

This project aims to streamline delivery of quality IT reading/watching resources to curious developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newsletter

This project aims to streamline delivery of quality IT reading/watching resources to curious developers.

In Newsletter, Managers can add interesting links to IT articles, slides or videos, and eventually create new subscription Issue that will be immediately delivered to Subscribers. Issue will include all new Links that were recently created. Subscribers can add their email, and in every Issue email they will receive a link to update (disable or enable) their subscription.

Install & Run

  1. git clone git@github.com:rilian/newsletter.git && cd newsletter
  2. bundle install
  3. cp config/database.yml.example config/database.yml
  4. edit config/database.yml and put database settings
  5. cp .env.example .env
  6. edit .env file and put your secret settings
  7. rake db:setup
  8. rails s
  9. open http://0.0.0.0:3000

It is recommended to sign up on a great email delivery service Mandrill which offers 12000 free deliveries monthly.

Contributing

Pull requests are welcome!

About

This project aims to streamline delivery of quality IT reading/watching resources to curious developers

License:MIT License


Languages

Language:Ruby 68.9%Language:HTML 29.0%Language:CSS 1.1%Language:JavaScript 1.0%