Skip to content

nhutle/todolist-php

Repository files navigation

This is a Todo List implemented in vanilla PHP and MySQL following MVC pattern.

Folow the instructions step by step to run the project

  1. Run the following command from command line to install dependencies

    composer install

  2. Run the following command from command line to dump autoload

    composer dump-autoload

  3. Import database dumb from todo-list.sql

  4. Open localhost/todolist-php/ to see the result.

  5. To run unit tests, execute this from command line:

    ./vendor/bin/phpunit

Issue

  • Starting Date must be less than Ending date.