This is simple slim app for adding Posts , display posts & delete posts.
Library used => 'slim/slim' , 'monolog/monolog' , 'robmorgan/phinx' , 'slim/twig-view' , 'slim/php-view'
step 1.)move to 'src' directory and run this command
php composer.phar install
step 2.)move to 'src' directory and run this command
php vendor/bin/phinx migrate
step 3.)move to 'public' folder and run this command
php -S localhost:8080