https://github.com/st2-ev/equalist
Create a playlist that all your friends love!
https://github.com/st2-ev/equalist
fastapi playlist-generator python spotify-api vuejs
Last synced: about 1 month ago
JSON representation
Create a playlist that all your friends love!
- Host: GitHub
- URL: https://github.com/st2-ev/equalist
- Owner: ST2-EV
- Created: 2024-03-23T21:28:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T21:30:31.000Z (about 1 year ago)
- Last Synced: 2025-02-24T03:17:03.105Z (8 months ago)
- Topics: fastapi, playlist-generator, python, spotify-api, vuejs
- Language: JavaScript
- Homepage: https://equalist.vercel.app
- Size: 462 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Equalist
A group playlist creator that takes your and your friends spotify history into account.Link to app: [equalist.vercel.app](https://equalist.vercel.app/)
https://github.com/user-attachments/assets/41cd0e30-a02e-482f-b66f-01c18a11d5dc
### Run
##### backend:```cd backend``` \
best setup a venv now \
```pip install -r requirements.txt``` \
```python3 -m uvicorn api.main:app --host 0.0.0.0 --port 8000```##### frontend:
```cd frontend```
```npm run dev```