An app that takes your Spotify playlist and creates another one with remixes of the same songs

Live Demo

About the Project

Screenshots

screenshot screenshot screenshot

Demo Video

Tech Stack

Color Reference

Color Hex
Mixify Green #222831 #1BD95B

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

CLIENT_ID

CLIENT_SECRET

PASSWORD

SESSION_SECRET

BASE_URL

FRONTEND_URL

Getting Started

Prerequisites

 npm install --global yarn

Run Locally

Clone the project

  git clone https://github.com/zahid47/mixify.git

Go to the backend directory

  cd mixify/backend

Install dependencies

  yarn install

Start the server

  yarn dev

Go to the frontend directory

  cd mixify/frontend

Install dependencies

  yarn install

Start the server

  yarn dev

Roadmap

  • Keep the user logged in using refresh tokens
  • Add support for liked songs

Contact

  • email
  • scarecow#2857 on discord

Acknowledgements

GitHub

View Github