njugunamwangi / laracom

A laravel & livewire ecommerce application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Project

Plugins

Tech Stack

Installation

  • Clone the repository
git clone https://github.com/njugunamwangi/laracom.git
  • On the root of the directory, copy and paste .env.example onto .env and configure the database accordingly
copy .env.example .env
  • Install composer dependencies bu running composer install
composer install
  • Install npm dependencies
npm install
  • Run migrations and seed admin user
php artisan migrate --seed
  • Generate laravel application key using
php artisan key:generate
  • Run laravel application using
php artisan serve
  • Run react application using
npm run dev
  • Storage
php artisan storage:link

Prerequisites

  • Admin credentials
email: admin@admin.com
password: password
  • Admin url
http://admin.laracom.test

License

MIT

About

A laravel & livewire ecommerce application


Languages

Language:PHP 60.1%Language:Blade 39.3%Language:JavaScript 0.5%Language:CSS 0.1%