Skip to content

This was an interview task which was assigned to me by Vermont.sk. After successful completion I have been hired on this awesome project.

Notifications You must be signed in to change notification settings

rudolfbruder/laravel-eshop-basic-example

Repository files navigation

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

About

This was an interview task which was assigned to me by Vermont.sk. After successful completion I have been hired on this awesome project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages