#Under the Table
Under the Table allows users to search through health inspection reports for restaurants in the Boston Cambridge area with a primarily React frontend and Ruby on Rails backend.
To install all dependencies, type the following commands into the terminal: bundle install yarn install
To set up the database, type the following commands into the terminal: bundle exec rake db:migrate bundle exec rake db:seed
To start the server, run the following commands in two terminal windows: rails server yarn run start
Then navigate to localhost:3000.
A test suite includes RSpec feature tests and Enzyme testing with fetchMock.