Skip to content

njugunamwangi/laracom

Repository files navigation

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: [email protected]
password: password
  • Admin url
http:https://admin.laracom.test

License

MIT

About

A laravel & livewire ecommerce application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages