-
Run the following command from command line to install dependencies
composer install -
Run the following command from command line to dump autoload
composer dump-autoload -
Import database dumb from
todo-list.sql -
Open
localhost/todolist-php/to see the result. -
To run unit tests, execute this from command line:
./vendor/bin/phpunit
- Starting Date must be less than Ending date.