http://localhost:3000
root 'doctors#index'or
root 'welcome#home'
root 'doctors#show', id: '1'
Product: cat_num title description image_url price Customer: first_name last_name address cc_type cc_num cc_exp ShoppingCart: customer_id LineItem: product_id shopping_cart_idHere are some images and a seed file for Product. See the Depot1 Example.