2017 © Pedro Peláez
 

library smalldb-rest-demo

Smalldb-REST usage example

image

smalldb/smalldb-rest-demo

Smalldb-REST usage example

  • Thursday, July 21, 2016
  • by jkufner
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Smalldb REST Demo

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)

Setup

  1. Checkout the repository.
  2. Run ./import-example.php (or php import-example.php) from command line.
  3. Make database.sqlite writable for web server.

Usage

The entry point of REST API is api-v1.php. See documentation of smalldb-rest library for examples how to use the API., (*3)

License

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)

The Versions

21/07 2016

dev-master

9999999-dev https://smalldb.org/

Smalldb-REST usage example

  Sources   Download

Apache-2.0

The Requires

 

by Josef Kufner