Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 354 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 354 Bytes

Usage

First, setup the .env file, then run this command:

    php artisan migrate:fresh --seed

Run the Laravel backend server.

    composer install && php artisan serve

Run the database.

Open new terminal and go to the Nuxt client app.

    cd client

Run the Nuxt client app.

    yarn && yarn dev