Simple RESTful API for data manipulation.
- Requests handled with PHP
- Google Firebase for data storage
In order to build the application a PHP web server is needed (e.g., Apache, NGINX), and a Google Firebase account.
- Configure your Firebase credentials in /app/config/database.php
- Define your routes/models/controllers
- composer install (for unit testing)
- You can test a running version here