- Users can enter, save and update their address in order to find nearby restaurants.
- Users can filter these results by cuisine or rating.
- Users can delete their account
- Clone this repo onto your computer locally
- Navigate into the local repo folder via Terminal
- Run "bundle install" - if you don't have Bundler, run
gem install bundler
first - Get the database going with
rake db:migrate
- Next, run
ruby bin/run.rb
- Bone app the teeth!