issues
search
DKeen0123
/
Yelp_on_Rails
0
stars
2
forks
source link
readme
README
Steps to run the program
In the terminal:
'bundle install': to use bundler to install all gem dependencies
rails db:migrate
if you want starting dummy data: 'rails db:seed'
'rails server' to start the server
In your browser, visit localhost:3000
Other information
Ruby version: 2.5.0
How to run the test suite
In the terminal: 'rspec'