romulodl/shunter-todo

Example app for shunter

1.0.2-stable 2016-01-11 15:37 UTC

This package is auto-updated.

Last update: 2024-04-17 06:02:10 UTC


README

This TODO app is a working example for shunter.

Installation

Local

The application needs PHP (> 5.4) and sqlite3 running in your machine.

The installation could be done via composer.

  • Clone the repo and run: composer install
  • Run the db migrations: vendor/bin/phinx migrate
  • Start a php server: php -S 0.0.0.0:8080
  • Access localhost:8080?json=true in your browser

Vagrant

  • TODO

Docker

  • TODO

Shunter Setup

  • TODO [how to connect shunter with this app]