Fullstack music website using Vue.js, Inertia.js, Laravel (Jetstream Starter Kit), Tailwind CSS.
npm install
composer install
npm start
Visit localhost:8000 to access the application.
- Copy the
.env.example
file to.env
:
cp .env.example .env
- Generate an application key:
php artisan key:generate
- Update your database, mail configuration in the
.env
file.
Run the following command to migrate the database:
php artisan migrate
Contributions 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.