Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
/ bugana-server Public archive

BUGANA API and Web Admin Server

Notifications You must be signed in to change notification settings

eidoriantan/bugana-server

Repository files navigation

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.