majorbruteforce / Tunescape

A music streaming community platform.

Home Page:https://tunescape-mono-backend.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Routes

/upload [POST]

The request must contain :
    1. Music File (name: "music")
    2. Thumbnail Image file (name: "thumbnail");
    3. Song Information (
        body: {
            music: {
                title: "title-input",
                artist: "artist-input",
                user: "username",
                uid: "uid-from-firebase",
                duration: "duration-of-song"

            }
        }

    )

/toggle-song-like

The request must contain :
    1. Song's mongo ID
    2. User's mongo ID
The response is 1 for successful toggle and 0 for unsuccessful(String)

About

A music streaming community platform.

https://tunescape-mono-backend.vercel.app

License:Apache License 2.0


Languages

Language:JavaScript 54.4%Language:TypeScript 24.6%Language:CSS 20.3%Language:Dockerfile 0.5%Language:Shell 0.2%