1. Take in a car with a make model and issue and give back the mechanic tip is. 2. Will have a table of tips with corresponding make model and issue. - [x] Make a table of tips with id, make, model, year, and issue, and tip. - [x] Make API with get request - [x] Get request will take in the make model and issue and return the tip based off the issue they have. - [ ] Get request will ask our table for the tip (Asks tip for specific model year etc)