Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 691 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 691 Bytes

Products management

An excercise for eshop solution company.

Features

-products management -categories seeding -smtp notification (mailgun needs to be configured) -events & listeners -service classes

Installation

  • composer install

  • Edit .env and set your database connection details

  • (When installed via git clone or download, run php artisan key:generate and php artisan jwt:secret)

  • php artisan config:cache

  • php artisan migrate:refresh --seed

  • npm install

Usage

Development

# start Laravel
php artisan serve

# start Nuxt
npm run dev

Access your application at http://localhost:3000.

Production

npm run build