Git Product home page Git Product logo

swallowtail-music's Introduction

Swallowtail Music Player

Just a simple music player for the terminal. It's not very good, but it's mine. I build it for only learning purposes.

Dependencies

Installation

git clone https://github.com/EmilRailgun/swallowtail-music.git
  • For first setup

    cd swallowtail-music
    composer install
    cp .env.example .env
    php artisan key:generate
    php artisan migrate
    php artisan db:seed
  • To run server with default port 8000

    cd swallowtail-music
    php artisan serve
  • To run client

    cd swallowtail-music
    cd vue
    npm install
    npm run dev

Feature

Admin

  • Admin Theme
  • Login, Logout
  • User management and authentication
  • CRUD Song/Album/Gernes/Artist
  • Filter Database
  • Display Logs
  • Display Report
  • Dashboard

Client

  • Authentication

    • Login, Logout
    • Register
    • Forgot Password
    • Reset Password
    • Verify Email
  • Song

    • Play Song
    • Add to Playlist
    • Add to Favorite
    • Search Song
    • Filter Song
    • Display Song
    • Upload Song
    • Edit Song
  • Album

    • Display Album
    • Filter Album
    • Search Album
    • Upload Album
    • Edit Album
    • Delete Album
    • Play Album
  • Playlist

    • Display Playlist
    • Filter Playlist
    • Search Playlist
    • Create Playlist
    • Edit Playlist
    • Delete Playlist
    • Play Playlist
  • Other

    • Notification
    • Change Profile Picture
    • Edit Profile

V1.5 (Storage)

  • Create crawler
  • Change to chunk upload
  • Change music storage from public storage to minio storage
  • Stream file instead of download

V2

  • Change theme design
  • Add Lazyload for Image
  • Change admin dashboard
  • Create API for backup and sync
  • Add Fulltext-search

swallowtail-music's People

Contributors

emilhnm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.