brucebrophy / laravel-nextjs-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laravel-nextjs-demo

Setup Instructions

For the backend:

cd backend 

touch database/database.sqlite

composer install

php artisan migrate --seed

php artisan lighthouse:ide-helper

php artisan serve

For the frontend:

cd frontend 

npm install

npm run dev

Graphql Dev Tools

Graphql Dev Tools

Go to http://localhost:8000/graphiql

About


Languages

Language:PHP 62.2%Language:JavaScript 37.2%Language:Shell 0.6%