Adriatogi / spotify-albums

Adds the ability to catalog your liked albums from Spotify. Interacts with your own Spotify API. Frontend uses React and Redux, while backend uses Flask, Python, and Click.
MIT License
0 stars 0 forks source link

Rewrite backend in typescript #1

Open Adriatogi opened 6 months ago

Adriatogi commented 6 months ago

This allows for a faster backend as its more async and also I've heard that its a good idea since both backend and frontend will be the same language.

Adriatogi commented 2 weeks ago
Adriatogi commented 2 weeks ago

Although it would be really nice to have both the frontend and backend be the same language, I think it would take too long right now. I rather build more than spend time on transferring over