Skip to content

Music streaming website with key features like music upload, playlist creation and organization, persistence of music across different pages in the site and many amazing features. Uploaded music is safely stored in a cloud provider.

Notifications You must be signed in to change notification settings

ore-codes/wave-music

Repository files navigation

Wave Music app

Development setup

  1. Make sure you have PHP, Node.js and Composer installed.
  2. Make sure you have a relational database system installed. One of these:
  • MySQL
  • PostgreSQL
  • Microsoft SQL Server
  • SQLite
  1. Create .env from .env.example and configure with the correct values.
  2. Run composer install
  3. Run php artisan migrate
  4. Run npm install
  5. Run npm run dev or npm run build
  6. Run php artisan serve and visit the live development website

About

Music streaming website with key features like music upload, playlist creation and organization, persistence of music across different pages in the site and many amazing features. Uploaded music is safely stored in a cloud provider.

Topics

Resources

Stars

Watchers

Forks