Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 388 Bytes

File metadata and controls

31 lines (20 loc) · 388 Bytes

PokemonAPI

How to Run

Ikuti langkah-langkah berikut:

  1. Clone repository:

    git clone https://github.com/erjes/PokemonAPI
  2. Rename .env.example Menjadi .env.

  3. Install Composer:

     composer install
  4. Jalankan migration:

    php artisan migrate
  5. Start Server:

    php artisan serve