nknaian / musicrecs

A Spotify-powered music recommendation platform with snoozin 'n friends
MIT License
3 stars 0 forks source link

Guessing backend #37

Closed nknaian closed 3 years ago

nknaian commented 3 years ago

Need to add a new sql table to store guesses I believe. There's probably some python code to support adding and retrieving guesses that would be good to write. And as part of this, should mock up a quick forms-based guessing system to make sure that the backend works.

I'm breaking #5 down into this and #38

nknaian commented 3 years ago

Add done, added a rudimentary front end to enable users to use the guessing system