https://meal-mvp.herokuapp.com
Also works on mobile!
- Austin Kading: https://github.com/austin-kading
- Dillon Estelle: https://github.com/destelle
- Eitan Greene: https://github.com/eitan-g
- Matt Fischer: https://github.com/mattgfisch
Meal is an application that finds restaurants between a group of users' locations.
Clone the repository locally on the command line:
$ git clone https://github.com/mattgfisch/meal.git
When cloned, navigate into repository directory:
$ cd meal
Install required gems:
bundle install
Create databases:
rails db:create
Perform migrations:
rails db:migrate
Seed database:
rails db:seed
From command line, run:
rails s
Navigate to http://localhost:3000 in browser