Simple blog tool that manages posts. PR'd by peers.
Once cloned run
Composer install
then run
Composer start
To create a new posts in DB use:
/create
To read all posts in DB use:
/read
To update an existing posts in DB use:
/update
To soft delete a posts in DB use:
/delete
Tests are being added later.
To run these use
composer test