This repository contains the backend API and Web Admin GUI codes.
- MySQL 8.0+
- PHP 5.0+
- Composer 2.4+
Clone this repository:
git clone https://github.com/eidoriantan/bugana-server.gitInstall packages with Composer:
composer installCopy config.sample.json to config.json then edit the file to configure your database connection.
Access /setup.php to set up head admin and admin accounts.