thuzarthaungsein / employee-list-api

GraphQL and passport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee List (GraphQL and Passport)

This is a backend api project developed with GraphQL and passport authentication.

USING LANGUAGE

  • PHP (LARAVEL)

PREREQUISITES

  • Laravel 7.3
  • PHP 7.3
  • MySQL

INSTALLATION

git clone https://github.com/Thuzar-TS/employee-list-api.git

Go to project folder.

git checkout your-branch-name
composer install

DATABASE

  • Create database with collation utf8mb4_unicode_ci
  • Clone .env.example to .env file and edit connection info
  • Run this command for migrate and seed php artisan migrate --seed

About

GraphQL and passport


Languages

Language:PHP 96.5%Language:Blade 2.8%Language:Shell 0.7%