An app that takes your Spotify playlist and creates another one with remixes of the same songs
About the Project
Screenshots
Demo Video
Tech Stack
Color Reference
Color | Hex |
---|---|
Mixify Green | #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
-
Yarn package manager
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
- scarecow#2857 on discord