This is a Ruby on Rails web application created following the 4-hours long YouTube tutorial of John Elder.
- Devise gem has been used for authentication.
The demo can be found at https://rails-friend-list.herokuapp.com
Clone the project.
$ git clone https://github.com/andreyuhai/rails-friends.git
Setup the DB
rails db:setup
Compile all the assets named in config.assets.precompile. Doing this due to issues #1, #2
rake assets:precompile
Start the server
rails s