Install bundler $ gem install bundler Go to the project folder $ bundle install Load whole schema instead of migrating $ rails db:schema:load Load fixtures to db $ rails db:fixtures:load Start the project $ rails s Go to localhost:3000