mithunjmistry / ecommerce-React-Redux-Laravel

E-commerce web app implementation in React front-end with Redux and PHP Laravel backend with MySQL database.
https://www.ecommerce.mithunjmistry.com
MIT License
118 stars 67 forks source link

Database schema #28

Open marll opened 5 years ago

marll commented 5 years ago

Hi, someone can provide me the db schema? Thank's

Keerthi001 commented 5 years ago

I am getting error like

Doctrine\DBAL\Driver\PDOException::("SQLSTATE[42S02]: Base table or view not found: 1146 Table 'react_laravel.shoppingcar t' doesn't exist")

while run the php artisan migrate. The complete view and database tables are not installed, please suggest me, Thank You.