dev-master
9999999-dev https://smalldb.org/Smalldb-REST usage example
Apache-2.0
The Requires
by Josef Kufner
Smalldb-REST usage example
Example application of Smalldb REST API. This example should be able to provide complete backend for small single page applications., (*1)
The repository contains only script to build the example from current versions of required libraries (see Setup and Usage below)., (*2)
./import-example.php
(or php import-example.php
) from command line.database.sqlite
writable for web server.The entry point of REST API is api-v1.php
. See
documentation of smalldb-rest
library
for examples how to use the API., (*3)
Import script is licensed under Apache 2.0 License., (*4)
The imported example, excluding imported libraries, is public domain with no warranty of any kind. The example is meant as base of your development, so feel free to use it as you wish., (*5)
Smalldb-REST usage example
Apache-2.0