About Presta Capital

A fintech company offering microfinancing services to microfinancing institutions. This is Presta's Website.

Scaffolding

laravel new PrestaTDD
cd PrestaTDD/
yarn install
vim .env
php artisan migrate
composer require laravel/jetstream
php artisan jetstream:install inertia
php artisan migrate
yarn install
yarn dev

Yet to complete CMS

  • Create PostCategories with migration/controller & model
  • Create PostSubCategories with migration/controller & model
  • Create Posts with migration/controller & model
  • Attribute Posts to users user_id
  • Publishing Post Comments attributed to post_id

Deploy to production

git add . 
git commit -m "task:comments"
.\deploy.sh