Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 586 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 586 Bytes

REST API

Simple RESTful API for data manipulation.

Implementation

  • Requests handled with PHP
  • Google Firebase for data storage

Requirements

In order to build the application a PHP web server is needed (e.g., Apache, NGINX), and a Google Firebase account.

Usage

  1. Configure your Firebase credentials in /app/config/database.php
  2. Define your routes/models/controllers
  3. composer install (for unit testing)
  4. You can test a running version here