Skip to content

adelisardo/daybook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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