izzanka / jersipedia

simple online shop integrated with api raja ongkir (https://rajaongkir.com/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A simple online shop integrated with api raja ongkir (https://rajaongkir.com/)

Built With

Framework

Library

Api

Package

Overview

Getting Started

Installation

  • Clone the repo, then enter the project directory with terminal
composer install
cp .env.example .env
php artisan key:generate
  • Create new database, then change the .env
php artisan migrate
  • Dummy data
php artisan db:seed --class=LeagueSeeder
php artisan db:seed --class=JerseySeeder
php artisan db:seed --class=UserSeeder
  • Run
php artisan serve

About

simple online shop integrated with api raja ongkir (https://rajaongkir.com/)


Languages

Language:PHP 59.9%Language:Blade 39.6%Language:Shell 0.3%Language:Vue 0.2%