== Welcome to Motivators app by Damian Borek
Download from github
git clone https://github.com/damian87x/motivators.git
Run the bundle command to install it.
After create database:
rake db:migrate
For generate fake data use:
rake db:populate
For active admin user: Use console to change admin boolean to true
Live demo:
stark-gorge-5149.herokuapp.com
-Add rspec tests to application.
-Add mailer reset password.
-Customize Active Admin.
-Add facebook, twitter, google registration.
-More...