Azzammi / laravel-graphql

Example repo of graphQL using laravel 8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL with Laravel 8

Using Laravel

The tutorial to create and run Freecodecamp For Test The API with Postman Freecodecamp

To deliver you app on a server, you have to (on you dev environement) :

  • Git clone the tag/branch that you want to deliver
  • Launch the command composer install
  • Rename env.example to env
  • Adjust di env file
  • run php artisan key:generate
  • Create sqlite file
touch database/database.sqlite
  • run php artisan migrate:fresh --seed
  • and just run php artisan serve

That's all, you have a beautifull package that can be deliver on a server

Library Used :

Screenshot

image image

About

Example repo of graphQL using laravel 8


Languages

Language:PHP 82.9%Language:Blade 16.3%Language:Shell 0.8%