Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 760 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 760 Bytes

Memories App

Laravel + Vue with Shadcn UI

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.

Installation

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