/bugana-server

BUGANA API and Web Admin Server

Primary LanguagePHP

BUGANA Backend Server

This repository contains the backend API and Web Admin GUI codes.

Prerequisites

Installation

Clone this repository:

git clone https://github.com/eidoriantan/bugana-server.git

Install packages with Composer:

composer install

Copy config.sample.json to config.json then edit the file to configure your database connection.

Setting up Admin and Head Admin credentials

Access /setup.php to set up head admin and admin accounts.