romulodl / shunter-todo
Example app for shunter
1.0.2-stable
2016-01-11 15:37 UTC
Requires
- j4mie/paris: ^1.5
- robmorgan/phinx: ^0.5.1
- silex/silex: ^1.3
Requires (Dev)
- phpunit/phpunit: ^5.1
- symfony/browser-kit: ^3.0
This package is auto-updated.
Last update: 2024-12-17 07:35:57 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]