afes-website / back

73rd Afes Official Website back-end
https://api.73.afes.info
MIT License
3 stars 0 forks source link

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.

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