Song Cloud Community for Laravel (Images and Media)

Share your music with the world

With this app you can create a community of musicians and creatives, authors can upload their songs for other members to listen.

The backend is build on top of Laravel using a REST API to send and receive data. This will allow you to easily create another client such as a native app to access the platform.

The current client is build in Angular, an SPA (Single Page Application). The final JS bundle is about 330kb when compressed using gzip, meaning the app will load fast.

There are not so many dependencies on the JS bundle, this is intentional to keep the bundle as small as possible. To build the client app you will need node and npm installed in your system. For your convenience I have included a build into the project, but you might want to create your own build with your custom configurations. Everything is well documented.

Features for members

  • Can discover trending songs, popular and latest uploads.
  • Can explore songs by genre or tags
  • Can play published songs
  • Can create playlists and add songs to any of them.
  • Can like/unlike a song
  • Access to history of plays
  • A profile page with the public activity feed
  • Can play all songs in a playlist or favorites

Features for authors

  • Can create albums
  • Add songs to an existing album
  • In profile page there’s a tab for the published songs

Features for admins

  • Can edit/remove users
  • Can edit/remove albums and songs for any author
  • Can manage comments on the site
  • Can add/remove new genres
  • Can add posts to the blog

Demo

You can see this app running using the following users. You can also signup with a new account, we remove all the data every 24 hours and restore everything to the original state.

https://musicapp.bleext.com/

user: crysfel@bleext.com
pasword: testing123

admin user: admin@admin.com
password: admin123

Documentation

Every step is well documented, you can take a look at the current documentation in the following link:

https://musicapp.bleext.com/storage/docs/

There’s a section about common errors, in case you run into any of these. You can also reach out in the comments and I will respond as soon as possible.

Powered by WPeMatico