Diary Web App
Technologies, apps and library used:
Backend:
Frontend:
cd daybook-api
composer install # install all dependencies
# configure your key, database, etc in `.env` file
php artisan migrate
php -S localhost:9000 -t public # you can also use Valet (https://laravel.com/docs/5.8/valet)
cd daybook-webui
npm install # install all dependencies
gulp # for development
grulp deploy # for deployment