syafiqfajrianemha / cek-ongkir

Cek ongkir menggunakan API RajaOngkir dan Laravel 8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cek Ongkir

Features

  1. API
  2. Migration
  3. Seeding
  4. Eloquent ORM
  5. Validation

Specification

  • PHP >= 7.3
  • Laravel 8.x
  • Bootstrap 4.6
  • Database MySQL or MariaDB

Installation Steps

Follow this instructions to install the project:

  1. Clone this repo $ git clone https://github.com/syafiqfajrianemha/cek-ongkir.git
  2. $ cd cek-ongkir
  3. $ composer install
  4. $ cp .env.example .env
  5. $ php artisan key:generate
  6. Set database config on .env file
  7. $ php artisan migrate --seed
  8. $ php artisan serve
  9. Open http://localhost:8000 with browser.

License

This project is open-sourced software licensed under the MIT license.

About

Cek ongkir menggunakan API RajaOngkir dan Laravel 8


Languages

Language:PHP 74.9%Language:Blade 24.4%Language:Shell 0.7%