A simple to-do-list made with pure PHP and Vuejs. It already for running on server and testing.
- You need to turn on Mysql server on your computer.
- Run command
$ vendor\bin\phinx migrate
$ vendor\bin\phinx seed:run
- Dump file autoload with command
$ composer dumpautoload -o
- You may quickly test this using the built-in PHP server: At root folder of it run this command
$ php -S localhost:8080 -t public index.php
Run this command for testing. Make sure you have data on database. Some case can not run by testing because I have updated method, controller and more function. In the future I will to do that.
$ composer run test