Back End Developer Challenge 2020

STEPS TO SETUP

Console Commands
  1. vagrant up
  2. vagrant ssh
  3. cd code/wise_site
  4. php artisan migrate
  5. mysql homestead < ap_copi.sql
  6. mysql homestead < ap_states.sql
  7. php artisan get:avgfoodprices

First Task

Register an account and add entries to the database to see them on the home page!

Home Page

Alt text

Login Page

Alt text

Admin Panel

Alt text

Second Task

I changed the table names to foods and states, respectively.

Alt text