A to-do list manager written in Mojolicious::Lite
========
To get started you need to copy the mojotask.conf.template file to mojotask.conf
cp mojotask.conf.template mojotask.conf
Edit mojotask.conf and update your database information
vim mojotask.conf
Setup the schema inside the schema directory
To run the test cases you will need to copy the t/mojotask.conf.template file to t/mojotask.conf
cp t/mojotask.conf.template t/mojotask.conf
Edit t/mojotask.conf and update your test database information
vim t/mojotask.conf
Set up the schema for your development database using the schema inside the schema directory