This starter project is made using Laravel Breeze with Vue.js, the two work together through Inertia.
The app is a platform where users can register, create and album and add pictures to the album. They also have the ability to add members to the album.
To run the app locally, make the required changes to your .env file and run the following commands.
composer install
php artisan key:generate
php artisan migrate
npm install
npm run dev
php artisan serve