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
- copy
.env.example
to.env
- edit
.env
- run commands on below
composer install php artisan migrage php artisan db:seed
- publish
public/
as document root
vendor/bin/phpunit