SoundWave is a Entertainment Website, where users can listen songs and watch videos. The website is managed by the admin panel which is built on Laravel Jetstream.
The Admin of the website can manage content right from the Admin Panel.
All the information is stored in the MySql database & linked to main view of the website.
The whole project is built on Laravel, Php & jQuery.
This project was built on Laravel 9. Before runnuing this application make sure your localhost is set to Php v8.0.13 otherwise the web application may not work properly. Also node must be installed on the system to run the project.
- Download project in a zip file
- Create a database with name Sound in phpmyadmin
- Extract project file
- Open Terminal in project folder & run following command to create tables in database:
php artisan migrate
- Import sound.sql in database
- Start php server by running following command:
php artisan serve
- Start Vite server by running following command in separate Terminal:
npm run dev
- Open web app in browser localhost:8000
Hey! My name is Ahmed Hamza & I'm a web developer from Karachi, Pakistan.