Chris Shyi
|
797115e9cb
|
Clean up utils.py to use database
Uses of the original library_stats dictionary in utils.py were either removed or commented out, replaced by the saving of models into the database.
|
7 years ago |
Kevin Mok
|
79aedc655d
|
Trying to pass artist data from db to frontend
|
7 years ago |
Chris Shyi
|
b735887899
|
Bug fixes
Server crashes as of the last commit, now fixed.
|
7 years ago |
Chris Shyi
|
e5151a1b92
|
Add user_data.js
Script will be used to obtain data from server for D3 consumption.
|
7 years ago |
Chris Shyi
|
f52e88f83a
|
Start implementing AJAX
Problem with cross origin requests, need to do more research.
|
7 years ago |
Kevin Mok
|
96b7bfb2bb
|
Display genre counts on user_data page
Able to pass dict info successfully from backend to webpage.
|
7 years ago |
Chris
|
c0fe7a61af
|
Implement User Login
Closes #6. User can now log in and be redirected to a data display
page(needs to be fleshed out).
|
7 years ago |
Chris
|
ef5c3b2647
|
Implement User Authorization
Completed step 1 of the Authorization Code Flow documented by the
Spotify API.
|
7 years ago |