This projected started out as a way for my to keep a diary of photos realted to a travel experience that I went on. It then transitioned to share with parents to be able to view what I was up to away.
This project was built with Laravel and Vue.js. Laravel passport was also implemented to handle authentication with the Laravel API. It is a mobile optimised design and intended for use on mobile.
- Live flight details
- Private holidays
- View / Edit permissions
- Hotel Details
- Day by day view
- Daily optimised images using TinyPNG
Visual representation of datase. Photo from Instagram Higlights.
# install dependencies
$ composer update
# migrate database and seed with content
$ php artisan migrate --seed
# generate passport keys
$ php artisan passport:keys
# serve at localhost:8000
$ php artisan serveFor detailed explanation on how things work, checkout Laravel docs.
