Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 275 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 275 Bytes

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