working on the gas mileage calculator project. Nico and Patrick
- Has a User that contain a password.
- After the account is set up, creating a particular vehicle is next.
- Each vehicle has their own specific data that automatically calculates the average miles per gallon (MPG).
- A chart is displayed to show all the data using chart.js. (may not be finished at this point).
- Clone the repo
- Install dependencies with bundle install
- Create the database with rake db:create db:migrate (you will need to have postgres installed)
- Run this app with shotgun