5
0
Fork
You've already forked Database_API
0
The core of Jikango.
  • JavaScript 96.8%
  • Shell 3.1%
2026年01月03日 19:37:37 +09:00
.gitea/issue_template Added Issue Templates 2023年09月21日 11:42:59 +09:00
.vscode Add response wrapper 2025年03月14日 12:48:46 +09:00
setup Add install scripts 2025年04月07日 14:06:52 +09:00
src Split https/http start Also fixed an error that still occured with 2026年01月03日 19:37:37 +09:00
.gitignore Remove docs in favour of /docs 2025年04月07日 15:26:27 +09:00
.gitmodules Add commons as submodule & update 2025年03月13日 11:33:33 +09:00
alpine_install.sh Fix alpine install 2025年04月13日 20:22:50 +09:00
debian_install.sh Fix submodules not initialized 2025年04月13日 18:48:55 +09:00
jsdoc.json Add documentation 2025年04月06日 13:56:01 +09:00
LICENSE Full init without commons 2023年07月02日 19:42:10 +02:00
README.md Add install scripts 2025年04月07日 14:06:52 +09:00
test_requests_postman_format.json Formatting, fixing, cleanup, improvement 2025年03月31日 21:23:45 +09:00

Jikango API

The core of Jikango

Installation

Clone

git clone https://codeberg.org/Jikango/Database_API
cd Database_API

Install

! Warning The installation might overwrite your MariaDB Configuration. Make sure you take a backup of /etc/mysql and /etc/my.cnf as well as any other files concerned with MariaDB / MySQL

Ubuntu / Debian

Execute debian_install.sh as root:

sudo debian_install.sh

Alpine

Execute alpine_install.sh as root:

sudo alpine_install.sh

Documentation