This project is under development.
This application allows you to manage your todos on browser. It is based on CakePHP.
-
Clone this repository and deploy to document root.
-
Create database and configure in
app/Config/database.php
. -
Create tables by executing
app/Console/cake schema create
command. -
Insert default data to database by using
app/Config/seeds.sql
.
mysql -uUSERNAME -p todomanager < ./app/Config/seeds.sql
-
Set permission
0777
toapp/tmp
. -
Now you can login username:root, password:root.
Tests can be run as follows.
./app/Console/cake test app All