A fake ecommerce app that allows you to buy tech items such as: phones, tables, laptops, etc. You can manage categories, products, orders and users. Also you can add any procut to the Cart, make orders and review your orders.
- Clone:
https://github.com/Belzee10/tech-shop.git - Go to the directory and run:
composer install - Copy
.env.examplefile to.envon the root folder - Open the
.envfile and change the Database parameters(DB_DATABASE,DB_USERNAME,DB_PASSWORD) to whatever you have - Run
php artisan key:generate - Run
php artisan migrate --seed - Run
php artisan storage:link - Run
php artisan serve
- Go to
public/tech-shop-app - Run
npm install - Run
npm start - The App is alive in:
localhost:4200
User: admin@email.com
Password: 123
