Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 652 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 652 Bytes

== Welcome to Motivators app by Damian Borek

Getting started

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

What's next?

-Add rspec tests to application.
-Add mailer reset password.
-Customize Active Admin.
-Add facebook, twitter, google registration.
-More...