- API
- Migration
- Seeding
- Eloquent ORM
- Validation
- PHP >= 7.3
- Laravel 8.x
- Bootstrap 4.6
- Database MySQL or MariaDB
Follow this instructions to install the project:
- Clone this repo
$ git clone https://github.com/syafiqfajrianemha/cek-ongkir.git
$ cd cek-ongkir
$ composer install
$ cp .env.example .env
$ php artisan key:generate
- Set database config on
.env
file $ php artisan migrate --seed
$ php artisan serve
- Open
http://localhost:8000
with browser.
This project is open-sourced software licensed under the MIT license.