Skip to content

This is a small application for training on the GraphQL API protocol

License

Notifications You must be signed in to change notification settings

MUSTAFA-Hamzawy/GraphQL

Repository files navigation


Table Of Contents

About The Project

This is a small application for training on the GraphQL API protocol using laravel.

API Documentation

API Documentation

Built With

  • PHP
  • Laravel
  • MySql

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • install php 8 or above
  • install apache2 ( or any local serve )
  • install mysql
  • install composer

Installation

  1. Clone the repo
    git clone https://github.com/MUSTAFA-Hamzawy/GraphQL.git
  1. Make your own copy of the .env file
    cp .env.example .env
 
    DB_DATABASE= your db name here
    DB_USERNAME= your db username
    DB_PASSWORD= your password 
  1. Run migrations to create the db
    php artisan migrate
  1. Run seeders
    php artisan db:seed
  1. Install dependecies
    composer install
  1. Generate a key
    php artisan key:generate
  1. Start Running
    php artisan serve

About

This is a small application for training on the GraphQL API protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published