Installation
- Clone the repository
- Run
composer install
- Run
npm install
- Run
cp .env.example .env
- Run
php artisan key:generate
- Set your database credentials in the
.env
file - Set your mail credentials in the
.env
file - Run
php artisan migrate
- Run
php artisan serve
to start the test server - Run
npm run dev
to compile the assets as for development
PostMan API Documentation added in the root directory of the project as a file named Ecommerce.postman_collection.json
- This is the same project done on blade but now its on Vue JS.
- You can find the project at this GitHub repository: Apple-Shop-Laravel-11- Blade version
** URLs **
Root URL: http://127.0.0.1:8000 - vue
Admin URL: http://127.0.0.1:8000/admin - blade