Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

afes-website/cappuccino-back

Repository files navigation

CAPPUCCINO back-end

Control APPlication for United Contactless Check-IN Operation

version

@afes-website/docs Lumen PHP

Project setup

  1. copy .env.example to .env
  2. edit .env
  3. run commands on below
    composer install
    php artisan migrage
    php artisan db:seed
  4. publish public/ as document root

Run test (PHPUnit)

vendor/bin/phpunit