File: /home/imensosw/public_html/amanda/README.md
# Laravel-Vue-Ecommerce
E-commerce application using Laravel 5 and Vue
Laravel-Vue-Ecommerce is an e-commerce platform using Laravel and Vue.
--------- Requirements
The Laravel-Stocks website requires a server with PHP 5.4+ The database engine that is used to store data for this application could be any of the engines supported by Laravel: MySQL, Postgres, SQLite and SQL Server.
--------- How to use
-Clone the repository with git clone
-Copy .env.example file to .env and edit database credentials there
-Run composer install
-Run php artisan key:generate
-Run php artisan passport:install
-php artisan db:seed
-npm install
-php artisan serve