Skip to content

fahrigunadi/herca-cipta-test

Repository files navigation

HERCA TEST

Tech Stack

  • Laravel 11
  • Inertia.js
  • React.js
  • TailwindCSS

Postman Collection

https://documenter.getpostman.com/view/18718286/2sAXjGcZTe

Domain

https://herca-test.fahrigunadi.dev

Instalation

Clone this repo

git clone https://github.com/fahrigunadi/herca-cipta-test.git

change to project dir

cd herca-cipta-test

install deps

composer update

copy .env.example to .env

cp .env.example .env

generate app key

php artisan key:generate

create database and configure database in .env

run migration and seeder

php artisan migrate --seed

install npm deps

npm install

build npm deps

npm run build

run serve

php artisan serve

Usage

  • path: /komisi-penjualan merupakan halaman list komisi penjualan
  • path: /marketing halaman crud marketing
  • path: /penjualan merupakan halaman penjualan dan pembayaran

Releases

No releases published

Packages

No packages published

Languages