Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ore-codes/wave-music

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.
https://github.com/ore-codes/wave-music

cloudinary-sdk inertiajs-vue laravel mysql pinia tailwind-css vue

Last synced: 12 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Wave Music app

## [Visit live site](http://quod-gist.herokuapp.com)

## 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
3. Create .env from .env.example and configure with the correct values.
4. Run `composer install`
5. Run `php artisan migrate`
6. Run `npm install`
7. Run `npm run dev` or `npm run build`
8. Run `php artisan serve` and visit the live development website