mckaygerhard bd5afb5078 first structure working api - stil no database neither filesystem data
* separation of "notFound" module into one for api and one for Views
  if there is a wrong url will show `notFoundApi` module results
  otherwise will show the borrow of `notFound`
* provide new module for storage, under `api/v1/store` route,
  it receives 3 arguments, will check nature of variables and
  store if those are valid, the API will store a tree CTE data!
* provide enhanced listing under `api/v1/lists` route, that
  optionally receives one argument, if present will try to
  retrieve it data with filtering, otherwise will retreive all
* documents te layer oif the database used on the example, cos is a CTE
  recursive emulated layer table.
* documents into `DEVEL.md` the separate development from quick deploy
* tune up the `.env` file, only use minimal variables, remove non usefully
* use 0 spaces into the editors for the init config files on `.editorconfig`
* by defaults use sqlite3 databe in config file
* privide minimal test using php code
2024-04-17 22:46:24 -04:00

Skindb-webdb

Huge Minetest/Multicraft skin database interface!

Introduction

A huge Minetest/Multicraft skin database interface that makes it possible to search for the skin of your choice. this repository handle the sourcecode of the skin database web interface at https://skindb.sourceforge.io/

This is the web front of huge skin database files at https://codeberg.org/minetest-stuffs/minetest-skindb-skindata or the prefered site of https://git.minetest.io/minetest-stuffs/minetest-skindb-skindata repository files!

HOW TO

This uses the GUACHI mini api framework, please refers to docs/README.md

LICENSE

The Guachi Framework is open-source software under the MIT License, this downstream part is a reduced version for! Este minicore conteine partes del framework Banshee bajo la misma licencia.

  • (c) 2023 Dias Victor @diazvictor

This proyect is CC-BY-SA-NC

  • (c) 2023 PICCORO Lenz McKAY
  • (c) 2023 Dias Victor @diazvictor
  • (c) 2023 Tyron Lucero
Description
WEB source php code of the skindb api site for minetest, PHP/CSS/JS powered
Readme 162 KiB
Languages
PHP 98.1%
Hack 1.4%
Shell 0.5%