- 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
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...