Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ore-codes/wave-music
- Owner: ore-codes
- Created: 2022-10-04T05:17:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T08:55:44.000Z (about 1 year ago)
- Last Synced: 2024-11-08T00:48:38.824Z (2 months ago)
- Topics: cloudinary-sdk, inertiajs-vue, laravel, mysql, pinia, tailwind-css, vue
- Language: PHP
- Homepage: https://drive.google.com/file/d/1hfq0Ic0pTXHdi7V4bJX_TlKGYGrT51Tx/view?usp=sharing
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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