Working in Rails environment - rosalsm/TIY-GitHub GitHub Wiki

The most common commands during the final project:

rails s (to go to the server, normally localhost:3000)

rake db:migrate similar to pull for database

rake db:seed updating the seeds file with more or different examples