Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.47 KB

README.md

File metadata and controls

48 lines (40 loc) · 1.47 KB

Daybook (Diary Web App)

Technologies, apps and library used:

Backend:

Frontend:

Quick Start

Backend

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)

Frontend

cd daybook-webui
npm install # install all dependencies
gulp # for development
grulp deploy # for deployment