Skip to content

thang-d/simple-todolist-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-todolist-php

A simple to-do-list made with pure PHP and Vuejs. It already for running on server and testing.

Usage

  1. You need to turn on Mysql server on your computer.
  2. Run command
$ vendor\bin\phinx migrate
$ vendor\bin\phinx seed:run
  1. Dump file autoload with command
$ composer dumpautoload -o
  1. 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

Testing

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

About

A simple to-do-list made with pure PHP and Vuejs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published