We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Generates a JWT token valid for one hour for a user based off the username and password sent via the front-end.
Retrieves username and password from data request and stores them in the User object.
Intercepts the request and extracts, decodes, and returns the decoded user ID token.
Returns the userID in a JSON format for testing.
Renders the Landing page.
Renders the Search page.
Retrieves and returns the Watchlist table for the current user.
Creates a new entry in the Watchlist table for the selected film.
Deletes Watchlist entry for the current user and current film.
Returns movie recommendations and checks whether or not they are already in the Watchlist.
Handles movie search requests.
Handles user feedback submission.
Handles user feedback submission and mails the results.
Renders the success page.