Fullstack music website using Vue.js, Inertia.js, Laravel (Jetstream Starter Kit), Tailwind CSS.
npm installcomposer installnpm startVisit localhost:8000 to access the application.
- Copy the
.env.examplefile to.env:
cp .env.example .env- Generate an application key:
php artisan key:generate- Update your database, mail configuration in the
.envfile.
Run the following command to migrate the database:
php artisan migrateContributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to the creators of Vue.js, Inertia.js, Laravel, Jetstream, and Tailwind CSS for their amazing frameworks and tools that made this project possible.



