Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 2.01 KB

File metadata and controls

59 lines (39 loc) · 2.01 KB

Playlistify

Playlistity is a powerful application to create your favourite playlist and enhance your music experience with simplicity.

Framework:

Flask

Installation

Required Packages: - Python3 - PIP3 - GIT

Clone the repository

$ git init
$ git remote add origin https://github.com/techsavvvy/Playlist-App.git
$ git pull origin master

Run the following command to create and activate virtual environment

source virtual_env.sh

Run the following command to install app dependencies (pip packages) and to start the local web server

$ bash run.sh

Features

1) Landing page for Login / Signup

Classic Landing page for the application with Login / Signup.

2) Simple Signup

Simple straight-forward signup with no user verification (will be included in the later versions) with basic email validation.

3) Dashboad for Creating / Managing playlist

Redirects to this page once after successful login. A dashboard for managing numerous playlist genres.

4) Music collection

A single page providing all the music included in the playlist. A seamingly fast search can be done based on title / artist / album.

5) Live Music streaming

Enhanced Music streaming which is compatible to all browser types. The joy of music can be shared with friends and social media using the explicit link provided.