njugunamwangi / liquor-store

A laravel & livewire e-commerce project for a liquor store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Project

Plugins

Tech Stack

Payment

Prerequisites

  • Admin credentials
email: admin@ndachi.dev
password: password

Installation

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

Payment

License

MIT

About

A laravel & livewire e-commerce project for a liquor store


Languages

Language:PHP 60.7%Language:Blade 38.8%Language:JavaScript 0.3%Language:CSS 0.1%