# | Instructions |
---|---|
Step-1 | Setup Nuxt project Setup Laravel project |
Follow the steps mentioned below to install and run the project. For both frontend
- Clone or download the repository
- Run the command
npm install
- Run
npm run dev
from the project root and visithttp://localhost:3000/
Follow the steps mentioned below to install and run the project.
- Clone or download the repository
- Go to the project directory and run
composer install
- Create
.env
file by copying the.env.example
. You may use the command to do thatcp .env.example .env
- Update the database name and credentials in
.env
file - Run the command
php artisan migrate:fresh --seed
- If you get such kind of things 'Personal access client not found or Please create one' then run
php artisan passport:install
- Run the command
php artisan serve
to check api functionality