Skip to content

wevertonbruno/laravel-graphql-store

Repository files navigation

GraphQL API with Laravel + Lighthouse

image

Project Setup

To install the projetc run

composer install

Configure you app

cp .env.example .env

Generate keys

php artisan key:generate

Run migrations and seeders (optional)

php artisa migrate --seed

Start server

php artisan serve

Go to Graphql playground to see the api documentation

http://localhost:8000/graphql-playground

About

A Graphql API for a book store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published