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

Latest commit

 

History

History
34 lines (25 loc) · 2.61 KB

File metadata and controls

34 lines (25 loc) · 2.61 KB

73rd Afes Official Website Back-end

build version

@afes-website/docs Lumen PHP

73rd Afes Official Website is the website for the 73rd Azabu School Festival, made up of front-end, back-end, and API document.

The back-end is a web API that provides the following features using PHP / Lumen.

  • Manage users using role-based permissions
  • Post, review, and publish blog articles
  • Post, review, and publish online exhibitions

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