Skip to content

andreyuhai/rails-friends

Repository files navigation

Friend List Rails App

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

How to run

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

About

A Rails app created following the 4-hours long YouTube tutorial of John Elder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published