romulodl/shunter-todo

Example app for shunter

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/romulodl/shunter-todo

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

This package is auto-updated.

Last update: 2025-10-17 09:28:55 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]