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.
git clone [email protected]:rilian/newsletter.git && cd newsletter
bundle install
cp config/database.yml.example config/database.yml
- edit
config/database.yml
and put database settings cp .env.example .env
- edit
.env
file and put your secret settings rake db:setup
npm install -g bower
bower install -f
to install bower componentsrails s
- 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.
Pull requests are welcome!