This is my final year project for computer science in this project I am aiming to make a website that allows people to let other people add songs to their spotify playlist without the person needing a spotify account or app installed. This is done by using the Spotify Web API and the website acts as a middleman between the user and the Spotify API.
- PHP
- JS
usershost_id- The id of the spotify user (Primary key)refresh_token- The refresh token of the spotify user
sessionssession_id- The session id of the user (Primary key)host_id- The id of the spotify userexpires_at- Timestamp for when the session expires
partiesparty_id- Id which is going to be used to join the party (Primary key)host_id- The id of the spotify useraccess_token- Token used to send api request for the hosttoken_expires_at- Timestamp the access token will expire at used to determine when to refresh the access tokenparty_expires_at- Timestamp for when the party expires and needs to be closedexplicit- Whether or not to allow explicit songs to be addedduplicate_blocker- whether or not to allow duplicate songs to be added to the queue